Load Datasets
Load embedding datasets into Chroma
Last updated
Load embedding datasets into Chroma
Last updated
If you don't intend to use the vector database scanner, you can skip this step.
Embeddings are currently available with three models, or you can bring your own dataset.
text-embedding-ada-002
all-MiniLM-L6-v2
all-mpnet-base-v2
If there is a model you'd like to see added, feel free to .
Load the appropriate datasets for your embedding model with the loader.py
utility.
Example: OpenAI datasets
You can also load your own datasets from as long as you use the columns:
text
string
embeddings
list[float]
model
string