skills/weaviate/SKILL.md
Open-source AI-native vector database for semantic search, hybrid search, RAG, and agent-driven workflows with multi-tenancy and model provider integrations. MANDATORY TRIGGERS: weaviate, Weaviate, weaviate-client, near_text, near_vector, hybrid search vector database, WeaviateClient, weaviate.connect, collections.create, query.near_text, query.hybrid, query.bm25. Also trigger when user wants to build semantic search, store vector embeddings, implement RAG pipelines, combine keyword and vector search, set up multi-tenant vector storage, use named vectors, or integrate vector DB with LLM providers. When in doubt about whether to use this skill for vector database or semantic search tasks, use it.
npx skillsauth add abhisheksharma-17/skills-graph weaviateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The AI-native vector database for semantic search, RAG, and intelligent agents.
Source: weaviate.io | Version: v1.37 | License: BSD-3-Clause
| Reference | File | Read When |
|-----------|------|-----------|
| Overview & Setup | references/00-overview.md | Getting started, installation, client setup, quickstart, architecture |
| Collections & Schema | references/01-collections.md | Creating collections, properties, data types, auto-schema, naming |
| Vector Configuration | references/02-vector-config.md | HNSW, flat, dynamic indexes, distance metrics, quantization, named vectors |
| Data Operations | references/03-data-operations.md | Insert, batch import, read, update, delete, custom vectors, cross-references |
| Similarity Search | references/04-similarity-search.md | near_text, near_vector, near_object, near_image, MMR diversity search |
| Keyword Search | references/05-keyword-search.md | BM25 search, property boosting, tokenization, AND/OR operators, fuzzy matching |
| Hybrid Search | references/06-hybrid-search.md | Combined vector+keyword, alpha parameter, fusion algorithms |
| Filters | references/07-filters.md | Filter operators, combining filters, nested, metadata, cross-reference filters |
| RAG (Generative Search) | references/08-rag.md | Single prompt, grouped task, multimodal RAG, provider configuration |
| Reranking & Aggregation | references/09-reranking-aggregation.md | Reranker models, aggregation queries, count, sum, groupBy |
| Multi-Tenancy | references/10-multi-tenancy.md | Tenant isolation, states, auto-creation, CRUD with tenants |
| Model Providers | references/11-model-providers.md | OpenAI, Cohere, Google, Anthropic, Ollama, HuggingFace integrations |
| Weaviate Agents | references/12-agents.md | Query Agent, Transformation Agent, natural language queries |
# Python client
pip install -U weaviate-client
# TypeScript/JavaScript client
npm install weaviate-client
# Run Weaviate locally with Docker
docker run -d -p 8080:8080 -p 50051:50051 \
cr.weaviate.io/semitechnologies/weaviate:1.37.7
# Or use Docker Compose (recommended)
# See references/00-overview.md for docker-compose.yml
tools
End-to-end testing and browser automation framework by Microsoft — locators, assertions, fixtures, network mocking, visual testing, tracing, codegen, API testing, and CI/CD integration. MANDATORY TRIGGERS: playwright, Playwright, @playwright/test, page.goto, page.click, page.locator, getByRole, getByText, getByTestId, expect(page), toHaveScreenshot, playwright.config, npx playwright. Also trigger when user wants to write E2E tests, automate browser interactions, test across Chromium/Firefox/WebKit, mock network requests in tests, do visual regression testing, generate tests with codegen, or set up CI test pipelines. When in doubt about whether to use this skill for browser testing or E2E automation tasks, use it.
tools
OpenAI Agents SDK for building multi-agent workflows with tools, handoffs, guardrails, streaming, MCP, sessions, and tracing. MANDATORY TRIGGERS: openai-agents, openai agents sdk, openai-agents-python, openai agents, Runner.run, function_tool, handoff, guardrail, MCPServerStdio, MCPServerStreamableHttp, HostedMCPTool, RunContextWrapper, AgentHooks. Also trigger when user wants to build multi-agent systems with OpenAI models, create agent orchestration with handoffs, add guardrails to LLM applications, integrate MCP servers with agents, implement streaming agent responses, or use OpenAI's official agent framework. When in doubt about whether to use this skill for OpenAI agent tasks, use it.
tools
AI orchestration framework for building production-ready RAG applications, autonomous agents, and multimodal search systems. MANDATORY TRIGGERS: haystack, deepset, haystack-ai, haystack pipeline, haystack agent. Also trigger when the user wants to build RAG pipelines with modular components, create tool-calling agents with Haystack, orchestrate retrieval-augmented generation, build semantic search systems, or evaluate LLM pipelines. When in doubt about whether to use this skill for RAG orchestration or AI pipeline tasks, use it.
development
SvelteKit full-stack web framework with Svelte 5 runes, file-based routing, SSR/SSG/SPA, form actions, and deploy-anywhere adapters. MANDATORY TRIGGERS: sveltekit, svelte, svelte 5, runes, $state, $derived, $effect, +page.svelte, +layout.svelte, +server.js. Also trigger when user wants to build a full-stack web app with Svelte, set up file-based routing, use form actions, configure SSR or prerendering, deploy to Vercel/Cloudflare/Node, or use Svelte 5 reactivity. When in doubt about whether to use this skill for Svelte tasks, use it.