Update README.md

This commit is contained in:
zrguo 2024-10-17 10:29:08 +08:00 committed by GitHub
parent 8c6e8dd0f2
commit 7ab699955e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ This repository hosts the code of LightRAG. The structure of this code is based
## Install
* Install from source
* Install from source (Recommend)
```bash
cd LightRAG
@ -142,7 +142,7 @@ rag = LightRAG(
</details>
<details>
<summary> Using Ollama Models </summary>
<summary> Using Ollama Models (There are some bugs. I'll fix them ASAP.) </summary>
If you want to use Ollama models, you only need to set LightRAG as follows:
```python