fix: update Docker file for graphrag (#477) #none

This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2024-11-08 17:00:51 +07:00
committed by GitHub
parent 42a5cbd21e
commit 6a81c77dd8
4 changed files with 24 additions and 10 deletions

View File

@@ -204,7 +204,7 @@ documents and developers who want to build their own RAG pipeline.
- **Non-Docker Installation**: If you are not using Docker, install GraphRAG with the following command:
```shell
pip install graphrag future
pip install "graphrag<=0.3.6" future
```
- **Setting Up API KEY**: To use the GraphRAG retriever feature, ensure you set the `GRAPHRAG_API_KEY` environment variable. You can do this directly in your environment or by adding it to a `.env` file.