Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
successren authored Apr 3, 2024
1 parent 6682846 commit ebcb9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```
Expand Down Expand Up @@ -86,4 +86,4 @@ python scripts/new_knowledge_base.py # print kb_id
python scripts/upload_files.py <kb_id> scripts/weixiaobao.jpg # print file_id
python scripts/list_files.py <kb_id> # print files status
python scripts/stream_file.py <kb_id> # print llm res
```
```

0 comments on commit ebcb9be

Please sign in to comment.