AwaDB is an AI Native database for the search and storage of embedding vectors used by LLM Applications.This notebook explains how to use
AwaEmbeddings
in LangChain.
import the library
Set embedding model
Users can useEmbedding.set_model()
to specify the embedding model. The input of this function is a string which represents the model’s name.
The list of currently supported models can be obtained here \ \ The default model is
all-mpnet-base-v2
, it can be used without setting.