knowledge-retrieval

Solid

Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)

AI & Automation 530 stars 115 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
91
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
68
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Knowledge Retrieval Perform semantic search over a pre-ingested document collection using Retrieval-Augmented Generation (RAG). Backed by LlamaIndex with ChromaDB or NVIDIA Foundational RAG. ## When to Use - Searching internal or pre-ingested documents and reports - Finding information in PDFs, whitepapers, or technical documentation - Retrieving domain-specific knowledge not available on the open web - This is the **highest priority** source — check the knowledge base first before web or paper searches ## How to Use 1. Formulate a semantic search query describing the information needed 2. Call `knowledge_retrieval` with the query 3. Review returned chunks for relevance 4. Note the citation metadata (filename, page number) for sourcing ## Result Format Results are returned as text chunks with citation metadata: ``` Relevant text passage from the ingested document... Citation: filename.pdf, p.12 ``` ## Constraints - Searches only over documents that have been ingested into the knowledge index - Returns ranked chunks based on semantic similarity - Citation format: `Citation: filename.ext, p.X` - Each call counts toward the researcher's 8-call limit per task ## Backend Options - **LlamaIndex + ChromaDB** — Local vector store with LlamaIndex orchestration - **NVIDIA Foundational RAG** — NVIDIA-hosted RAG service with NeMo Retriever

Details

Author
open-gitagent
Repository
open-gitagent/gitagent
Created
3 months ago
Last Updated
5 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category