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

@ -46,7 +46,7 @@ local config = neo4j + pulsar + milvus + grafana + trustgraph + {
"-p",
url.pulsar,
"-g",
"http://neo4j:7474",
"bolt://neo4j:7687",
],
},
@ -57,7 +57,7 @@ local config = neo4j + pulsar + milvus + grafana + trustgraph + {
"-p",
url.pulsar,
"-g",
"http://neo4j:7474",
"bolt://neo4j:7687",
],
}