From 89cdf2c3c881de94849f7c3d782bb4d05d324646 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 12 Jul 2024 14:39:33 +0100 Subject: [PATCH] More docs --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d62493d..8fc8f3bb 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,18 @@ have exited unexpectedly - look at the STATUS field. ```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 ``` @@ -374,7 +386,7 @@ If it looks like something isn't working, try following the graph-rag 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!