Skip to main content
Open on GitHub

AwaDB

AwaDB 是一个原生人工智能数据库,用于存储和搜索 LLM 应用使用的嵌入向量。

安装与设置

pip install awadb

Vector store

from langchain_community.vectorstores import AwaDB
API Reference:AwaDB

查看 使用示例

Embedding models

from langchain_community.embeddings import AwaEmbeddings
API Reference:AwaEmbeddings

查看 使用示例