Uses of Package
org.springframework.ai.chroma.vectorstore
Packages that use org.springframework.ai.chroma.vectorstore
Package
Description
Provides the API for embedding observations.
-
Classes in org.springframework.ai.chroma.vectorstore used by org.springframework.ai.chroma.vectorstoreClassDescriptionSingle-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.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.
ChromaVectorStoreis a concrete implementation of theVectorStoreinterface. -
Classes in org.springframework.ai.chroma.vectorstore used by org.springframework.ai.vectorstore.chroma.autoconfigureClassDescriptionSingle-class Chroma API implementation based on the (unofficial) Chroma REST API.
ChromaVectorStoreis a concrete implementation of theVectorStoreinterface.