Uses of Class
com.google.genkit.plugins.chroma.ChromaCollectionConfig.Builder
Packages that use ChromaCollectionConfig.Builder
-
Uses of ChromaCollectionConfig.Builder in com.google.genkit.plugins.chroma
Methods in com.google.genkit.plugins.chroma that return ChromaCollectionConfig.BuilderModifier and TypeMethodDescriptionChromaCollectionConfig.Builder.addAdditionalMetadata(String key, Object value) Adds a metadata entry merged into every indexed document.ChromaCollectionConfig.builder()Creates a new builder.ChromaCollectionConfig.Builder.collectionName(String collectionName) Sets the collection name.ChromaCollectionConfig.Builder.createCollectionIfNotExists(boolean createCollectionIfNotExists) Sets whether to create the collection on first use if it does not exist.ChromaCollectionConfig.Builder.distance(ChromaCollectionConfig.Distance distance) Sets the distance function.ChromaCollectionConfig.Builder.embedderName(String embedderName) Sets the embedder name.