saskinosiesaskinosieCommunity·5 Agent Skills Included

weaviate-claude-skills

Local Weaviate vector database setup, ingestion, and search

Sets up a local Weaviate vector database in Docker and manages the full workflow from connection to querying. Creates collections, imports documents and images in batches, and runs semantic, keyword, hybrid, and RAG searches. Removes cloud costs, network restrictions, and manual schema configuration so you can build searchable knowledge bases faster.
npx skills add saskinosie/weaviate-claude-skills --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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