Python
使用 LangChain Python 集成 AwaDB。
AwaDB 是一个面向 AI 原生的数据库,用于 LLM 应用程序中嵌入向量的搜索和存储。
pip install awadb
from langchain_community.vectorstores import AwaDB
from langchain_community.embeddings import AwaEmbeddings