๐ขAdd embeddings
Add custom text embeddings to ChromaDB
Last updated
Add custom text embeddings to ChromaDB
Last updated
Vigil uses ChromaDB to store text embeddings. Any embeddings submitted to the collection
specified in your configuration file will be used by the vectordb
scanner when analyzing prompts.
The API server has an endpoint for submitting text to the database. The text will be embedded according to your conf/server.conf
file at index time.
POST
/add/texts
Submit text to the vector database (embedded at index time per config file)
Name | Type | Description |
---|---|---|
texts*
List
List of text strings
metadatas
List
List of metadata dictionaries