mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-02 02:58:10 +02:00
6 lines
198 B
Markdown
6 lines
198 B
Markdown
|
|
Document RAG APIs are separate from GraphRAG. You can use `tg-invoke-document-rag` to test Document RAG processing once documents are loaded:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
tg-invoke-document-rag -q "Describe a cat"
|
||
|
|
```
|