List Indexed RAG Sources
rag_listList all source files indexed in the RAG store with their chunk counts to review indexed content and obtain exact source paths required for deletion.
Instructions
List the source files currently indexed in the RAG store, with the chunk count for each. Use this to see what is indexed and to get the exact source paths needed by rag_delete.
Returns a list of { source, chunks } and overall store totals.
Example: {}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||