Skip to content

Commit

Permalink
[HOTFIX] Add version specification for the RAG example (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiTao-Li authored May 24, 2024
1 parent d9165c2 commit 539d962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/conversation_with_RAG_agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ capability can be used to build easily.
* **Cloning repo:** This example requires cloning the whole AgentScope repo to local.
* **Packages:** This example is built on the LlamaIndex package. Thus, some packages need to be installed before running the example.
```bash
pip install llama-index tree_sitter tree-sitter-languages
pip install llama-index==0.10.30 llama-index-readers-docstring-walker==0.1.3 tree-sitter==0.21.3 tree-sitter-languages==1.10.2
```
* **Model APIs:** This example uses Dashscope APIs. Thus, we also need an API key for DashScope.
```bash
Expand Down

0 comments on commit 539d962

Please sign in to comment.