Neo4j RAG working in docker compose

This commit is contained in:
Cyber MacGeddon 2024-08-14 00:43:40 +01:00
parent 657b2801d3
commit 4d05e1e836
16 changed files with 138 additions and 386 deletions

View file

@ -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})