implementing-document-indexing
CommunityRAG-ready document indexing and retrieval.
Authorqte77
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables efficient, structured document search by converting long documents into a hierarchy-aware set of chunks, embedding them, storing them in a vector index, and enabling hybrid retrieval that combines semantic ranking with structural filtering.
Core Features & Use Cases
- Heading-boundary chunking preserves document structure for coherent, context-rich retrieval
- Embedding with sentence-transformers and FAISS vector store for fast similarity search
- Hybrid retrieval that combines vector search with PageIndex-style tree filtering for precise results
- Use cases include building RAG pipelines, document search, and memory layers in knowledge-heavy applications
Quick Start
Ingest a Markdown document and run the hybrid retrieval pipeline to fetch the most relevant sections.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 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: implementing-document-indexing Download link: https://github.com/qte77/claude-code-plugins/archive/main.zip#implementing-document-indexing 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 471,000+ vetted skills library on demand.