knowledge-retrieval
Installation
SKILL.md
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
- Formulate a semantic search query describing the information needed
- Call
knowledge_retrievalwith the query - Review returned chunks for relevance
- Note the citation metadata (filename, page number) for sourcing