Skip to content

Commit

Permalink
Bump llama-index-core to 0.12.12 (#348)
Browse files Browse the repository at this point in the history
* update to llama-index 0.12.12

* update gpu deps

---------

Co-authored-by: Yue Fei <[email protected]>
  • Loading branch information
moria97 and Yue Fei authored Jan 21, 2025
1 parent 58f3585 commit 17d4435
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
python = ">=3.11.0,<3.12"
fastapi = "0.115.2"
uvicorn = "^0.29.0"
llama-index-core = "0.12.11"
llama-index-core = "0.12.12"
llama-index-embeddings-openai = "^0.3.0"
llama-index-embeddings-azure-openai = "^0.3.0"
llama-index-embeddings-dashscope = "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject_gpu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
python = ">=3.11.0,<3.12"
fastapi = "0.115.2"
uvicorn = "^0.29.0"
llama-index-core = "^0.12.11"
llama-index-core = "0.12.12"
llama-index-embeddings-openai = "^0.3.0"
llama-index-embeddings-azure-openai = "^0.3.0"
llama-index-embeddings-dashscope = "^0.3.0"
Expand Down

0 comments on commit 17d4435

Please sign in to comment.