Uses of Class
com.google.genkit.plugins.weaviate.WeaviateCollectionConfig
Packages that use WeaviateCollectionConfig
Package
Description
Weaviate plugin for Genkit providing vector database integration for RAG
workflows.
-
Uses of WeaviateCollectionConfig in com.google.genkit.plugins.weaviate
Methods in com.google.genkit.plugins.weaviate that return WeaviateCollectionConfigModifier and TypeMethodDescriptionWeaviateCollectionConfig.Builder.build()Builds the WeaviateCollectionConfig.Methods in com.google.genkit.plugins.weaviate with parameters of type WeaviateCollectionConfigModifier and TypeMethodDescriptionWeaviatePlugin.Builder.addCollection(WeaviateCollectionConfig config) Adds a collection configuration.Constructors in com.google.genkit.plugins.weaviate with parameters of type WeaviateCollectionConfigModifierConstructorDescriptionWeaviateVectorStore(io.weaviate.client.WeaviateClient client, WeaviateCollectionConfig config, Embedder embedder) Creates a new WeaviateVectorStore.