mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Doc updates for v0.9.3
This commit is contained in:
parent
375b213a54
commit
7af32b0eef
1 changed files with 14 additions and 4 deletions
|
|
@ -271,7 +271,14 @@ Load the file for knowledge extraction:
|
|||
scripts/load-pdf -f sources/Challenger-Report-Vol1.pdf
|
||||
```
|
||||
|
||||
The console output `File loaded.` indicates the PDF has been sucessfully loaded to the processing queues and extraction will begin.
|
||||
> [!NOTE]
|
||||
> To load a text file, use the following script:
|
||||
>
|
||||
> ```
|
||||
> scripts/load-text -f sources/<txt-file.txt>
|
||||
> ```
|
||||
|
||||
The console output `File loaded.` indicates the text corpus has been sucessfully loaded to the processing queues and extraction will begin.
|
||||
|
||||
### Processing Logs
|
||||
|
||||
|
|
@ -426,10 +433,13 @@ For any errors with the `RAG` proces, check the following log:
|
|||
```
|
||||
docker logs -f trustgraph-graph-rag-1
|
||||
```
|
||||
### More RAG Test Queries
|
||||
### Custom RAG Queries
|
||||
|
||||
If you want to try different RAG queries, modify the parameter to the `-q`
|
||||
option.
|
||||
At any point, a RAG request can be generated and run with the following script:
|
||||
|
||||
```
|
||||
scripts/query-graph-rag -q "RAG request here"
|
||||
```
|
||||
|
||||
### Shutting Down TrustGraph
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue