Agent skill

weaviate-integration

Weaviate vector database setup with GraphQL queries and hybrid search

Stars 163
Forks 31

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

  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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results