Skip to main content
AwaDB 是一个面向 AI 原生的数据库,用于 LLM 应用程序中嵌入向量的搜索和存储。

安装与设置

pip install awadb

向量存储

from langchain_community.vectorstores import AwaDB
查看使用示例

嵌入模型

from langchain_community.embeddings import AwaEmbeddings
查看使用示例