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.vectorstores import AwaDB
See a usage example.
Text Embedding Modelβ
from langchain.embeddings import AwaEmbeddings
See a usage example.