Skip to content

Commit 192e1c1

Browse files
committed
Undo Sonnet
1 parent 769dbf7 commit 192e1c1

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ services:
976976
- -t
977977
- '0.150'
978978
- -m
979-
- anthropic.claude-3-5-sonnet-20241022-v2:0
979+
- anthropic.claude-3-5-haiku-20241022-v1:0
980980
deploy:
981981
resources:
982982
limits:
@@ -999,7 +999,7 @@ services:
999999
- -t
10001000
- '0.150'
10011001
- -m
1002-
- anthropic.claude-3-5-sonnet-20241022-v2:0
1002+
- anthropic.claude-3-5-haiku-20241022-v1:0
10031003
- -i
10041004
- non-persistent://tg/request/text-completion-rag
10051005
- -o

docs/using-trustgraph.md

-17
Original file line numberDiff line numberDiff line change
@@ -108,23 +108,6 @@ Things you can do...
108108
information to the graph.
109109
- Use the pointer to rotate space and move around the 3D space.
110110

111-
## Agents
112-
113-
This isn't in the workbench, but TrustGraph includes a React agent. To get
114-
it to work means tailoring the prompt strings for the dataset.
115-
116-
See if you get anything useful for this:
117-
118-
```
119-
tg-invoke-agent -v -q 'What do you know about an accident on September 22, 2024? What does it have in common with the accident on December 9, 2024.'
120-
```
121-
122-
and
123-
124-
```
125-
tg-invoke-agent -v -q 'Which incident involved a Robinson helicopter? Did any of these involve N314AC?'
126-
```
127-
128111
![Screenshot of chat](workbench-chat.png)
129112

130113
![Screenshot of search](workbench-search.png)

0 commit comments

Comments
 (0)