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.vectorstores import AwaDB

API Reference:

See a usage example.

Text Embedding Model

from langchain.embeddings import AwaEmbeddings

API Reference:

See a usage example.