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 +```