From 7d5da418ffee202905c44c6d115c320eb20480e2 Mon Sep 17 00:00:00 2001 From: zrguo <49157727+LarFii@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:54:22 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42a7d5db..41cb4362 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ ollama create -f Modelfile qwen2m ### Query Param + ```python class QueryParam: mode: Literal["local", "global", "hybrid", "naive"] = "global" @@ -220,6 +221,7 @@ class QueryParam: ``` ### Batch Insert + ```python # Batch Insert: Insert multiple texts at once rag.insert(["TEXT1", "TEXT2",...])