From ebcb9bed6d7ef2aa76f1a45c28e74a408f48b391 Mon Sep 17 00:00:00 2001 From: successren Date: Wed, 3 Apr 2024 20:53:44 +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 3c543bc0..e43d2e46 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To install the package, run: ```bash conda create -n qanything-python python=3.10 conda activate qanything-python -git clone -b qanything-python-v1.3.0 https://github.com/netease-youdao/QAnything.git +git clone -b qanything-python-v1.3.1 https://github.com/netease-youdao/QAnything.git cd QAnything pip install -e . ``` @@ -86,4 +86,4 @@ python scripts/new_knowledge_base.py # print kb_id python scripts/upload_files.py scripts/weixiaobao.jpg # print file_id python scripts/list_files.py # print files status python scripts/stream_file.py # print llm res -``` \ No newline at end of file +```