Uses of Class
com.google.genkit.plugins.weaviate.WeaviateCollectionConfig.Builder
Packages that use WeaviateCollectionConfig.Builder
Package
Description
Weaviate plugin for Genkit providing vector database integration for RAG
workflows.
-
Uses of WeaviateCollectionConfig.Builder in com.google.genkit.plugins.weaviate
Methods in com.google.genkit.plugins.weaviate that return WeaviateCollectionConfig.BuilderModifier and TypeMethodDescriptionWeaviateCollectionConfig.builder()Creates a builder for WeaviateCollectionConfig.WeaviateCollectionConfig.Builder.contentField(String contentField) Sets the field name for document content.WeaviateCollectionConfig.Builder.createCollectionIfMissing(boolean createCollectionIfMissing) Sets whether to create the collection if it doesn't exist.WeaviateCollectionConfig.Builder.defaultLimit(int defaultLimit) Sets the default limit for retrieval.WeaviateCollectionConfig.Builder.distanceMeasure(WeaviateCollectionConfig.DistanceMeasure distanceMeasure) Sets the distance measure for similarity search.Sets the embedder instance directly.WeaviateCollectionConfig.Builder.embedderName(String embedderName) Sets the embedder name to resolve from registry.Sets the collection label for display.WeaviateCollectionConfig.Builder.metadataField(String metadataField) Sets the field name for document metadata.Sets the collection name.WeaviateCollectionConfig.Builder.vectorDimension(int vectorDimension) Sets the vector dimension for the collection.