Weaviate vector database setup with GraphQL queries and hybrid search
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill weaviate-integration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Weaviate Integration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-weaviate-integration-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: weaviate-integration
description: Weaviate vector database setup with GraphQL queries and hybrid search
allowed-tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
graph:
domains: [domain:software-engineering]
specializations: [specialization:ai-agents-conversational]
skillAreas: [skill-area:retrieval-augmented-generation, skill-area:search-indexing]
roles: [role:ml-engineer, role:backend-engineer]
workflows: [workflow:ml-model-lifecycle, workflow:feature-development]
---
# Weaviate Integration Skill
## Capabilities
- Set up Weaviate cluster (cloud or self-hosted)
- Define schemas with properties and vectorizers
- Implement GraphQL queries
- Configure hybrid search (vector + keyword)
- Set up multi-tenancy
- Implement batch import operations
## Target Processes
- vector-database-setup
- rag-pipeline-implementation
## Implementation Details
### Core Operations
1. **Schema Management**: Class definitions and properties
2. **Data Import**: Single and batch object creation
3. **Vector Search**: nearVector, nearText queries
4. **Hybrid Search**: Combined vector and BM25
5. **GraphQL**: Flexible querying with Get and Aggregate
### Configuration Options
- Vectorizer modules (text2vec-*, multi2vec-*)
- Replication factor
- Sharding configuration
- Multi-tenancy settings
- Module configuration
### Best Practices
- Design schema for query patterns
- Use appropriate vectorizer
- Enable hybrid search for better recall
- Configure proper backups
- Monitor resource usage
### Dependencies
- weaviate-client
- langchain-weaviate
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!