Skip to content

Commit

Permalink
docs: update README bump:patch
Browse files Browse the repository at this point in the history
  • Loading branch information
taprosoft committed Oct 15, 2024
1 parent b113efc commit c793856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Default username / password are: `admin` / `admin`. You can setup additional use
- [*If you are not using Docker installation*], install GraphRAG with `pip install graphrag future`
- To use GraphRAG retriever feature, make sure to set `GRAPHRAG_API_KEY` environment variables (or in the `.env` file).
- To use GraphRAG with local models (Ollama), set `USE_CUSTOMIZED_GRAPHRAG_SETTING=true` and tweak your settings in `settings.yaml.example`.
- To use GraphRAG with local models (Ollama), or setup custom default LLM / other configurations, set `USE_CUSTOMIZED_GRAPHRAG_SETTING=true` and tweak your GraphRAG settings in `settings.yaml.example`.

## Setup local models (for local / private RAG)

Expand Down

0 comments on commit c793856

Please sign in to comment.