Package org.springframework.ai.chroma.vectorstore
@NonNullApi
@NonNullFields
package org.springframework.ai.chroma.vectorstore
Provides the API for embedding observations.
-
ClassDescriptionSingle-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 databaseRequest to create a new tenantChroma 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.Converts
Filter.Expressioninto Chroma metadata filter expression format.ChromaVectorStoreis a concrete implementation of theVectorStoreinterface.