fix Ollama bugs

This commit is contained in:
LarFii
2024-10-17 16:02:43 +08:00
parent ccbb69cbdf
commit 7163f70924
2 changed files with 48 additions and 35 deletions

View File

@@ -144,7 +144,7 @@ rag = LightRAG(
</details>
<details>
<summary> Using Ollama Models (There are some bugs. I'll fix them ASAP.) </summary>
<summary> Using Ollama Models </summary>
If you want to use Ollama models, you only need to set LightRAG as follows:
```python