local-rag-pipeline
OfficialLocal RAG system for semantic search.
Authorsit-institute
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a complete, self-contained system for indexing and searching documents locally, eliminating the need for external APIs and cloud services.
Core Features & Use Cases
- Local RAG: Full RAG pipeline running on your machine.
- Document Indexing: Parse, chunk, embed, and index documents into a local vector database (ChromaDB).
- Semantic Search: Perform relevance-based searches on your indexed documents.
- Use Case: Index your project's internal documentation and then ask natural language questions to retrieve relevant information without uploading sensitive data.
Quick Start
Use the local rag pipeline skill to index the documents in the 'documents' folder into a new ChromaDB collection named 'my-project-docs'.
Dependency Matrix
Required Modules
doclingsentence-transformerschromadbtorchPyPDF2python-docxPillownumpypandasscikit-learntqdmclick
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: local-rag-pipeline Download link: https://github.com/sit-institute/docbot/archive/main.zip#local-rag-pipeline Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.