Uses of Class
org.springframework.ai.chroma.vectorstore.ChromaVectorStore.Builder
Packages that use ChromaVectorStore.Builder
Package
Description
Provides the API for embedding observations.
-
Uses of ChromaVectorStore.Builder in org.springframework.ai.chroma.vectorstore
Methods in org.springframework.ai.chroma.vectorstore that return ChromaVectorStore.BuilderModifier and TypeMethodDescriptionstatic ChromaVectorStore.BuilderChromaVectorStore.builder(ChromaApi chromaApi, org.springframework.ai.embedding.EmbeddingModel embeddingModel) ChromaVectorStore.Builder.collectionName(String collectionName) Sets the collection name.ChromaVectorStore.Builder.databaseName(String databaseName) Sets the database name.ChromaVectorStore.Builder.filterExpressionConverter(org.springframework.ai.vectorstore.filter.FilterExpressionConverter converter) Sets the filter expression converter.ChromaVectorStore.Builder.initializeImmediately(boolean initialize) Sets whether to initialize immediately.ChromaVectorStore.Builder.initializeSchema(boolean initializeSchema) Sets whether to initialize the schema.ChromaVectorStore.Builder.tenantName(String tenantName) Sets the tenant name.Constructors in org.springframework.ai.chroma.vectorstore with parameters of type ChromaVectorStore.Builder