mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
fdba711d28
Updated `integrations/embeddings`: fixed titles; added links, descriptions Updated `integrations/providers`.
499 B
499 B
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.