Pass clusterURL to connect to a Weaviate Cloud instance (via
weaviate.connectToWeaviateCloud); otherwise a locally-reachable instance
is assumed (via weaviate.connectToLocal, e.g. a Docker Compose stack).
headers is the place to supply third-party module API keys (e.g.
{ 'X-OpenAI-Api-Key': '...' }) that Weaviate forwards to a configured
vectorizer/generative module.
Connection options for
WeaviateStore.Pass
clusterURLto connect to a Weaviate Cloud instance (viaweaviate.connectToWeaviateCloud); otherwise a locally-reachable instance is assumed (viaweaviate.connectToLocal, e.g. a Docker Compose stack).headersis the place to supply third-party module API keys (e.g.{ 'X-OpenAI-Api-Key': '...' }) that Weaviate forwards to a configured vectorizer/generative module.