@mastra/rag
Version:
The Retrieval-Augmented Generation (RAG) module contains document processing and embedding utilities.
34 lines (21 loc) • 657 B
Markdown
name: mastra-rag-docs
description: Documentation for @mastra/rag. Includes links to type definitions and readable implementation code in dist/.
# @mastra/rag Documentation
> **Version**: 2.0.0
> **Package**: @mastra/rag
## Quick Navigation
Use SOURCE_MAP.json to find any export:
```bash
cat docs/SOURCE_MAP.json
```
Each export maps to:
- **types**: `.d.ts` file with JSDoc and API signatures
- **implementation**: `.js` chunk file with readable source
- **docs**: Conceptual documentation in `docs/`
## Top Exports
See SOURCE_MAP.json for the complete list.
## Available Topics
- [Rag](rag/) - 11 file(s)
- [Tools](tools/) - 3 file(s)