Agent skill
weaviate-integration
Weaviate vector database setup with GraphQL queries and hybrid search
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/weaviate-integration
SKILL.md
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
- Schema Management: Class definitions and properties
- Data Import: Single and batch object creation
- Vector Search: nearVector, nearText queries
- Hybrid Search: Combined vector and BM25
- 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?