📖Advanced Usage
Vectordb Configuration Structure
The vectordb configuration consists of several key components:
In this configuration:
"name"
: Specifies the name of the vectordb."class_name"
: Specifies the class or type associated with the data stored in the vectordb."embedding"
(Optional): Contains details about the default embedding component, "HuggingFaceEmbeddings," which is used by default."name"
: Specifies the name of the embedding component."fields"
: Includes default parameters for the embedding component.
Last updated