Uses of Class
org.springframework.ai.chroma.ChromaApi
Package
Description
-
Uses of ChromaApi in org.springframework.ai.autoconfigure.vectorstore.chroma
Modifier and TypeMethodDescriptionChromaVectorStoreAutoConfiguration.chromaApi
(ChromaApiProperties apiProperties, org.springframework.web.client.RestTemplate restTemplate) Modifier and TypeMethodDescriptionChromaVectorStoreAutoConfiguration.vectorStore
(EmbeddingClient embeddingClient, ChromaApi chromaApi, ChromaVectorStoreProperties storeProperties) -
Uses of ChromaApi in org.springframework.ai.chroma
Modifier and TypeMethodDescriptionChromaApi.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-authentication -
Uses of ChromaApi in org.springframework.ai.vectorsore
ModifierConstructorDescriptionChromaVectorStore
(EmbeddingClient embeddingClient, ChromaApi chromaApi) ChromaVectorStore
(EmbeddingClient embeddingClient, ChromaApi chromaApi, String collectionName)