mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-17 19:35:13 +02:00
Added agent request to README
This commit is contained in:
parent
8004e03af8
commit
2cfba41552
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -167,7 +167,7 @@ Text or Markdown file:
|
||||||
tg-load-text <document.txt>
|
tg-load-text <document.txt>
|
||||||
```
|
```
|
||||||
|
|
||||||
## RAG Queries
|
## GraphRAG Queries
|
||||||
|
|
||||||
Once the knowledge graph and embeddings have been built or a knowledge core has been loaded, RAG queries are launched with a single line:
|
Once the knowledge graph and embeddings have been built or a knowledge core has been loaded, RAG queries are launched with a single line:
|
||||||
|
|
||||||
|
|
@ -175,6 +175,17 @@ Once the knowledge graph and embeddings have been built or a knowledge core has
|
||||||
tg-query-graph-rag -q "Write a blog post about the 5 key takeaways from SB1047 and how they will impact AI development."
|
tg-query-graph-rag -q "Write a blog post about the 5 key takeaways from SB1047 and how they will impact AI development."
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Agent Flow
|
||||||
|
|
||||||
|
Invoking the Agent Flow will use a ReAct style approach the combines GraphRAG and text completion requests to think through a problem solution.
|
||||||
|
|
||||||
|
```
|
||||||
|
tg-invoke-agent -v -q "Write a blog post about the 5 key takeaways from SB1047 and how they will impact AI development."
|
||||||
|
```
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> Adding `-v` to the agent request will return all of the agent manager's thoughts and observations that led to the final response.
|
||||||
|
|
||||||
## Deploy and Manage TrustGraph
|
## Deploy and Manage TrustGraph
|
||||||
|
|
||||||
[🚀 Full Deployment Guide 🚀](https://trustgraph.ai/docs/getstarted)
|
[🚀 Full Deployment Guide 🚀](https://trustgraph.ai/docs/getstarted)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue