AwaDB
AwaDB is an AI Native database for the search and storage of embedding vectors used by LLM Applications.
Installation and Setupβ
pip install awadb
Vector storeβ
from langchain_community.vectorstores import AwaDB
API Reference:
See a usage example.
Embedding modelsβ
from langchain_community.embeddings import AwaEmbeddings
API Reference:
See a usage example.