From c793856d91dc71516b48c5cac1b64d140ba06173 Mon Sep 17 00:00:00 2001 From: Tadashi Date: Tue, 15 Oct 2024 22:45:08 +0700 Subject: [PATCH] docs: update README bump:patch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc3df84..e3cf81d 100644 --- a/README.md +++ b/README.md @@ -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)