Prerequisites
You need a Weaviate instance (self-hosted or Weaviate Cloud) and an API key if authentication is enabled.Connection Setup
1. Host URL
Enter the Weaviate host URL (e.g.https://your-cluster.weaviate.network).2. API Key
If your Weaviate instance requires authentication, enter the API key.3. Class/Collection Name
Enter the class (collection) name. The class must exist with a vector property matching your embedding dimensions.Data Requirements
- Embedding column — Vector data with dimensions matching the class schema.
- Upsert key — Used as the object ID for upsert operations.