Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
severian42 authored Jul 14, 2024
1 parent 4ca5084 commit a6e0909
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a6e0909

Please sign in to comment.