Uses of Class
com.google.genkit.plugins.chroma.ChromaCollectionConfig
Packages that use ChromaCollectionConfig
-
Uses of ChromaCollectionConfig in com.google.genkit.plugins.chroma
Methods in com.google.genkit.plugins.chroma that return ChromaCollectionConfigModifier and TypeMethodDescriptionChromaCollectionConfig.Builder.build()Builds a newChromaCollectionConfig.Methods in com.google.genkit.plugins.chroma with parameters of type ChromaCollectionConfigModifier and TypeMethodDescriptionChromaPlugin.Builder.addCollection(ChromaCollectionConfig config) Adds a collection configuration.Constructors in com.google.genkit.plugins.chroma with parameters of type ChromaCollectionConfigModifierConstructorDescriptionChromaVectorStore(String baseUrl, String tenant, String database, ChromaCollectionConfig config, Embedder embedder) Creates a new store.