Uses of Class
org.springframework.ai.chroma.vectorstore.ChromaApi
Packages that use ChromaApi
Package
Description
Provides the API for embedding observations.
-
Uses of ChromaApi in org.springframework.ai.chroma.vectorstore
Methods in org.springframework.ai.chroma.vectorstore that return ChromaApiModifier and TypeMethodDescriptionChromaApi.Builder.build()ChromaApi.withBasicAuthCredentials(String username, String password) Configure access to ChromaDB secured with Basic Authentication: https://docs.trychroma.com/usage-guide#basic-authenticationChromaApi.withKeyToken(String keyToken) Configure access to ChromaDB secured with static API Token Authentication: https://docs.trychroma.com/usage-guide#static-api-token-authenticationMethods in org.springframework.ai.chroma.vectorstore with parameters of type ChromaApiModifier and TypeMethodDescriptionstatic ChromaVectorStore.BuilderChromaVectorStore.builder(ChromaApi chromaApi, org.springframework.ai.embedding.EmbeddingModel embeddingModel)