Skip to main content

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.


Help us out by providing feedback on this documentation page: