From a6e0909cb07d3670c3092a697e376ddffe950907 Mon Sep 17 00:00:00 2001 From: Beckett <133655553+severian42@users.noreply.github.com> Date: Sun, 14 Jul 2024 14:02:22 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b310b08..f789a632 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,13 @@ Follow these steps to set up and run GraphRAG Local with Ollama and Interactive ```bash gradio app.py ``` + or -5. **Using the UI:** + ```bash + python app.py + ``` + +6. **Using the UI:** - Once the UI is launched, you can perform all necessary operations through the interface. - This includes initializing the project, managing settings, uploading files, running indexing, and executing queries. - The UI provides a user-friendly way to interact with GraphRAG without needing to run command-line operations.