From 7ab699955e05d35ea89d4b46fb72138e15dcc877 Mon Sep 17 00:00:00 2001 From: zrguo <49157727+LarFii@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:29:08 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb29945b..7ad8dd26 100644 --- a/README.md +++ b/README.md @@ -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(
- Using Ollama Models + Using Ollama Models (There are some bugs. I'll fix them ASAP.) If you want to use Ollama models, you only need to set LightRAG as follows: ```python