Skip to content

Commit

Permalink
Update to a newer llama-index version and pipeline implementation.
Browse files Browse the repository at this point in the history
Signed-off-by: wxywb <xy.wang@zilliz.com>
  • Loading branch information
wxywb committed Jun 11, 2024
1 parent ceaefab commit e9085a6
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 523 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
安装Docker
安装python3
## 更新
- 6/11/2024: 升级到了LlamaIndex 0.10.x版本,并更新了pipeline,目前pipeline也加入了reranker功能。
- 2/5/2024: [BetterAndBetterII](https://github.com/BetterAndBetterII)添加了对于使用中转站的Gemini模型的支持,使用请参考[文档](./docs/Gemini.md)
- 1/30/2024: [taihaozesong](https://github.com/taihaozesong)添加了基于gradio的web ui界面。使用请参考[文档](./docs/web_ui.md)
- 1/29/2024: 针对windows环境,添加了一些[说明](./docs/windows.md)
Expand Down
2 changes: 1 addition & 1 deletion cfgs/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
llm:
name: "gpt-4-0125-preview"
name: "gpt-4-turbo-2024-04-09"
temperature: 0.01
embedding:
name: "BAAI/bge-base-zh-v1.5"
Expand Down
Loading

0 comments on commit e9085a6

Please sign in to comment.