Skip to content
Automation
Skill

/weaviate-integration

Weaviate vector database setup with GraphQL queries and hybrid search

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill weaviate-integration --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/weaviate-integration

Context preview

The summary Claude sees to decide when to auto-load this skill.

Weaviate vector database setup with GraphQL queries and hybrid search

SKILL.md

weaviate-integration.SKILL.md
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
Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.