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

@ -13,6 +13,9 @@ local images = import "images.jsonnet";
],
environment: {
NEO4J_AUTH: "neo4j/password",
// NEO4J_server_bolt_listen__address: "0.0.0.0:7687",
// NEO4J_server_default__listen__address: "0.0.0.0",
// NEO4J_server_http_listen__address: "0.0.0.0:7474",
},
volumes: [
"neo4j:/data"

View file

@ -1 +0,0 @@
"0.6.0"

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",
],
}