mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-08 22:35:14 +02:00
Catch llm errors (#38)
* Catch 'null' output from prompt for some values, presumably this is caused by an upstream LLM error. * Bump version
This commit is contained in:
parent
cea8562ecf
commit
acd60e95ec
20 changed files with 230 additions and 223 deletions
|
|
@ -195,7 +195,7 @@
|
|||
"reservations":
|
||||
"cpus": "0.1"
|
||||
"memory": "128M"
|
||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
|
||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.14"
|
||||
"restart": "on-failure:100"
|
||||
"query-triples":
|
||||
"command":
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
"reservations":
|
||||
"cpus": "0.1"
|
||||
"memory": "512M"
|
||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
|
||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.14"
|
||||
"restart": "on-failure:100"
|
||||
"store-graph-embeddings":
|
||||
"command":
|
||||
|
|
@ -229,7 +229,7 @@
|
|||
"reservations":
|
||||
"cpus": "0.1"
|
||||
"memory": "128M"
|
||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
|
||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.14"
|
||||
"restart": "on-failure:100"
|
||||
"store-triples":
|
||||
"command":
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
"reservations":
|
||||
"cpus": "0.1"
|
||||
"memory": "128M"
|
||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.13"
|
||||
"image": "docker.io/trustgraph/trustgraph-flow:0.7.14"
|
||||
"restart": "on-failure:100"
|
||||
"volumes":
|
||||
"cassandra": {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue