RAG

Retrieval-Augmented Generation (RAG) skill for generic semantic search and knowledge retrieval. Use when you need to build or call vector-based search over your own documents using vector indexes (optional FAISS) and embedding models (local transformers or OpenAI embeddings), or when integrating LLMs with external knowledge bases in a project-agnostic way. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/sjtu-sai-agents--evomaster--rag commit 11ae48bb1e

Frequently asked questions

npx skillmds@latest add tomevault-io/rag-2