mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 04:31:02 +02:00
More docs
This commit is contained in:
parent
c3c7cd8288
commit
89cdf2c3c8
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -190,6 +190,18 @@ have exited unexpectedly - look at the STATUS field.
|
||||||
```docker ps -a
|
```docker ps -a
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Wait
|
||||||
|
|
||||||
|
Before proceeding, you should leave enough time for the system to
|
||||||
|
settle into a working state. On my Macbook, it takes about 30 seconds
|
||||||
|
for Pulsar to start, before which, nothing works.
|
||||||
|
|
||||||
|
The system uses Cassandra for a Graph store, takes around 60-70 seconds
|
||||||
|
to achieve a working state. For your first go, I would advise just letting
|
||||||
|
everything settle for a couple of minutes before doing anything else, so
|
||||||
|
that if there are errors you know it's not just that the system is starting
|
||||||
|
up.
|
||||||
|
|
||||||
### Install requirements
|
### Install requirements
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -374,7 +386,7 @@ If it looks like something isn't working, try following the graph-rag
|
||||||
logs:
|
logs:
|
||||||
|
|
||||||
```
|
```
|
||||||
podman logs -f trustgraph_graph-rag_1
|
docker logs -f trustgraph_graph-rag_1
|
||||||
```
|
```
|
||||||
|
|
||||||
If you get an answer to your query, Graph RAG is working!
|
If you get an answer to your query, Graph RAG is working!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue