All Classes and Interfaces
Class
Description
Single-class Chroma API implementation based on the (unofficial) Chroma REST API.
Add embeddings to the chroma data store.
Chroma embedding collection.
Request to create a new collection with the given name and metadata.
Request to create a new database
Request to create a new tenant
Chroma database.
Request to delete embedding from a collection.
Single query embedding response.
Object containing the get embedding results.
Get embeddings from a collection.
Request to get the nResults nearest neighbor embeddings for provided
queryEmbeddings.
A QueryResponse object containing the query results.
Chroma tenant.
Common value constants for Chroma api.
Converts
Filter.Expression into Chroma metadata filter expression format.ChromaVectorStore is a concrete implementation of the VectorStore
interface.