Topic templates for extractor (#62)

* Add topic prompt to templates
* Bump version
* Updated templates
This commit is contained in:
cybermaggedon 2024-09-15 23:40:37 +01:00 committed by GitHub
parent 728ff7542a
commit 6af86fa09f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 549 additions and 252 deletions

View file

@ -118,7 +118,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.3"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.4"
"restart": "on-failure:100"
"query-graph-embeddings":
"command":
@ -135,7 +135,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.3"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.4"
"restart": "on-failure:100"
"query-triples":
"command":
@ -152,7 +152,7 @@
"reservations":
"cpus": "0.1"
"memory": "512M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.3"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.4"
"restart": "on-failure:100"
"store-doc-embeddings":
"command":
@ -169,7 +169,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.3"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.4"
"restart": "on-failure:100"
"store-graph-embeddings":
"command":
@ -186,7 +186,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.3"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.4"
"restart": "on-failure:100"
"store-triples":
"command":
@ -203,7 +203,7 @@
"reservations":
"cpus": "0.1"
"memory": "128M"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.3"
"image": "docker.io/trustgraph/trustgraph-flow:0.9.4"
"restart": "on-failure:100"
"volumes":
"cassandra": {}