Update README.md
This commit is contained in:
parent
8c6e8dd0f2
commit
7ab699955e
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ This repository hosts the code of LightRAG. The structure of this code is based
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
* Install from source
|
* Install from source (Recommend)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd LightRAG
|
cd LightRAG
|
||||||
|
|
@ -142,7 +142,7 @@ rag = LightRAG(
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<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:
|
If you want to use Ollama models, you only need to set LightRAG as follows:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue