Uses of Package
org.springframework.ai.chroma.vectorstore
Package
Description
Provides the API for embedding observations.
-
ClassDescriptionSingle-class Chroma API implementation based on the (unofficial) Chroma REST API.
ChromaVectorStore
is a concrete implementation of theVectorStore
interface. -
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.
ChromaVectorStore
is a concrete implementation of theVectorStore
interface.