weaviate-claude-skills
Local Weaviate vector database setup, ingestion, and search
All Skills in This Repository (5)
Pure Emerald Level Indicatorsweaviate-local-setup
Sets up and manages a local Weaviate Docker instance with vectorizers and data persistence via Docker volumes.
weaviate-connection
Connect to a local Weaviate instance and verify its health via Docker.
weaviate-collection-manager
Create, view, update, and delete Weaviate collection schemas and configurations.
weaviate-data-ingestion
Upload JSON, CSV, and text data into local Weaviate collections.
weaviate-query-agent
Query local Weaviate collections with semantic, hybrid, and RAG searches.
Frequently Asked Questions
FAQPage SchemaHow to install weaviate-claude-skills?▼
Run `npx skills add saskinosie/weaviate-claude-skills --all -g -y` in your terminal to install all five skills globally.
Do I need a Weaviate Cloud account to use these skills?▼
No. These skills run against a local Weaviate instance in Docker on localhost:8080, so there are no cloud costs or network restrictions.
How do I start the local Weaviate database?▼
Install Docker Desktop, then run `docker-compose up -d` inside the weaviate-local-setup folder. The setup skill handles the rest, including the vectorizer module.
Can I search documents with natural language questions?▼
Yes. The query skill supports semantic vector search, hybrid search, filters, and RAG so you can ask questions and get answers with cited sources.
Can I upload PDFs and images to my collections?▼
Yes. The ingestion skill handles batch uploads, JSON and CSV imports, document chunking, and base64 image uploads for multi-modal collections.
Related Repositories in Data & Analytics
View All in Data & Analytics→PaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web