mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 20:02:11 +02:00
Neo4j RAG working in docker compose
This commit is contained in:
parent
657b2801d3
commit
4d05e1e836
16 changed files with 138 additions and 386 deletions
4
Makefile
4
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# VERSION=$(shell git describe | sed 's/^v//')
|
||||
VERSION=0.6.0
|
||||
VERSION=0.6.1
|
||||
|
||||
DOCKER=podman
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ clean:
|
|||
|
||||
set-version:
|
||||
# sed -i 's/trustgraph-flow:[0-9]*\.[0-9]*\.[0-9]*/trustgraph-flow:'${VERSION}'/' docker-compose*.yaml
|
||||
echo '"${VERSION}"' > templates/version.jsonnet
|
||||
echo '"${VERSION}"' > templates/components/version.jsonnet
|
||||
|
||||
TEMPLATES=azure bedrock claude cohere mix ollama openai vertexai openai-neo4j
|
||||
DCS=$(foreach template,${TEMPLATES},${template:%=docker-compose-%.yaml})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue