Neo4j writing roughly works

This commit is contained in:
Cyber MacGeddon 2024-08-13 23:23:19 +01:00
parent 2f72fceaa2
commit 053fc5511b
13 changed files with 687 additions and 1 deletions

View file

@ -33,7 +33,7 @@ set-version:
# sed -i 's/trustgraph-flow:[0-9]*\.[0-9]*\.[0-9]*/trustgraph-flow:'${VERSION}'/' docker-compose*.yaml
echo '"${VERSION}"' > templates/version.jsonnet
TEMPLATES=azure bedrock claude cohere mix ollama openai vertexai
TEMPLATES=azure bedrock claude cohere mix ollama openai vertexai openai-neo4j
DCS=$(foreach template,${TEMPLATES},${template:%=docker-compose-%.yaml})
update-templates: set-version ${DCS}