Skip to content

Commit 0d0716f

Browse files
authored
Bump llama-index to 0.10.57 (#610)
1 parent 00611d5 commit 0d0716f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libs/e2e-tests/pyproject.langchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ langchain-google-genai = { git = "https://github.com/langchain-ai/langchain-goog
3636
langchain-google-vertexai = { git = "https://github.com/langchain-ai/langchain-google.git", branch = "main", subdirectory = "libs/vertexai" }
3737
langchain-nvidia-ai-endpoints = { git = "https://github.com/langchain-ai/langchain-nvidia.git", branch = "main", subdirectory = "libs/ai-endpoints" }
3838

39-
llama-index = "0.10.46"
40-
llama-index-core = "0.10.46"
39+
llama-index = "0.10.57"
40+
llama-index-core = "0.10.57"
4141
llama-index-vector-stores-astra-db = "0.1.7"
4242
llama-index-vector-stores-cassandra = "0.1.3"
4343
llama-index-embeddings-langchain = "0.1.2"

libs/llamaindex/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ unstructured = "0.14.5"
1717
ragstack-ai-colbert ={ version = "1.0.5", optional = true }
1818

1919
# llama-index
20-
llama-index = "0.10.46"
21-
llama-index-core = "0.10.46"
20+
llama-index = "0.10.57"
21+
llama-index-core = "0.10.57"
2222
llama-index-vector-stores-astra-db = "0.1.7"
2323
llama-index-vector-stores-cassandra = "0.1.3"
2424
llama-index-embeddings-langchain = "0.1.2"

0 commit comments

Comments
 (0)