Weaviate Connection
Connect Weaviate for vector search with built-in ML models.
Required Credentials
- URL (Weaviate instance URL)
- API Key (optional)
Setup Steps
Weaviate Cloud Services (WCS)
- Go to Weaviate Console
- Create a cluster
- Copy the cluster URL
- Generate an API key if needed
- Add credentials to your Workflow Builder connections
Self-hosted Weaviate
- Deploy Weaviate using Docker or Kubernetes
- Use format:
http://host:8080 - Add URL to your Workflow Builder connections
Features
- Create schemas and classes
- Add objects with vectors
- Semantic search with AI
- GraphQL queries
- Batch operations
Best Practices
- Design your schema before adding data
- Use appropriate vectorizers
- Leverage Weaviate's built-in modules
- Monitor resource usage