Skip to main content
Open on GitHub

AwaDB

AwaDB is an AI Native database for the search and storage of embedding vectors used by LLM Applications.

安装与设置

pip install awadb

向量存储

from langchain_community.vectorstores import AwaDB
API 参考:AwaDB

查看一个 使用示例

嵌入模型

from langchain_community.embeddings import AwaEmbeddings
API 参考:AwaEmbeddings

查看一个 使用示例