Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAiSingularity authored Aug 5, 2024
1 parent 207232d commit 7487893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The use of retrieval-augmented generation (RAG) to retrieve relevant information

## 🌟 Features

- **Local Model Support:** Leverage local models with Ollama for LLM and embeddings.
- **Local Model Support:** Leverage local models with Ollama for LLM and embeddings. Now supports llama 3.1.
- **Cost-Effective:** Eliminate dependency on costly OpenAPI models.
- **Easy Setup:** Simple and straightforward setup process.

Expand All @@ -25,7 +25,7 @@ The use of retrieval-augmented generation (RAG) to retrieve relevant information
Follow these steps to set up this repository and use GraphRag with local models provided by Ollama :


1. **Create and activate a new conda environment:**
1. **Create and activate a new conda environment: (please stick to the given python version 3.10 for no errors)**
```bash
conda create -n graphrag-ollama-local python=3.10
conda activate graphrag-ollama-local
Expand Down

0 comments on commit 7487893

Please sign in to comment.