Uses of Class
com.google.genkit.plugins.weaviate.WeaviatePlugin.Builder
Packages that use WeaviatePlugin.Builder
Package
Description
Weaviate plugin for Genkit providing vector database integration for RAG
workflows.
-
Uses of WeaviatePlugin.Builder in com.google.genkit.plugins.weaviate
Methods in com.google.genkit.plugins.weaviate that return WeaviatePlugin.BuilderModifier and TypeMethodDescriptionWeaviatePlugin.Builder.addCollection(WeaviateCollectionConfig config) Adds a collection configuration.Sets the API key for Weaviate Cloud authentication.static WeaviatePlugin.BuilderWeaviatePlugin.builder()Creates a builder for WeaviatePlugin.WeaviatePlugin.Builder.grpcPort(int grpcPort) Sets the gRPC port.Sets the Weaviate host.static WeaviatePlugin.BuilderWeaviatePlugin.local()Creates a simple WeaviatePlugin for local development on default port.static WeaviatePlugin.BuilderCreates a simple WeaviatePlugin for local development.WeaviatePlugin.Builder.port(int port) Sets the HTTP port.WeaviatePlugin.Builder.secure(boolean secure) Sets whether to use secure connection (HTTPS).