Get RAG Document Content
lyzr_rag_get_doc_contentRetrieve the full content of a document from a knowledge base by specifying the RAG ID and exact source key, returning stored chunks with an optional limit.
Instructions
Get the full stored content (chunks) of a single document source in a knowledge base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of chunks to return (default 200) | |
| rag_id | Yes | Knowledge base id | |
| source | Yes | Exact source key of the document |