mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 11:52:10 +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
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
"0.6.0"
|
||||
|
|
@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue