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 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.Converts
Filter.Expression
into Chroma metadata filter expression format.ChromaVectorStore
is a concrete implementation of theVectorStore
interface.