Skip to content

Commit

Permalink
Bump llama-index to 0.10.57 (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet authored Jul 24, 2024
1 parent 00611d5 commit 0d0716f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libs/e2e-tests/pyproject.langchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ langchain-google-genai = { git = "https://github.com/langchain-ai/langchain-goog
langchain-google-vertexai = { git = "https://github.com/langchain-ai/langchain-google.git", branch = "main", subdirectory = "libs/vertexai" }
langchain-nvidia-ai-endpoints = { git = "https://github.com/langchain-ai/langchain-nvidia.git", branch = "main", subdirectory = "libs/ai-endpoints" }

llama-index = "0.10.46"
llama-index-core = "0.10.46"
llama-index = "0.10.57"
llama-index-core = "0.10.57"
llama-index-vector-stores-astra-db = "0.1.7"
llama-index-vector-stores-cassandra = "0.1.3"
llama-index-embeddings-langchain = "0.1.2"
Expand Down
4 changes: 2 additions & 2 deletions libs/llamaindex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ unstructured = "0.14.5"
ragstack-ai-colbert ={ version = "1.0.5", optional = true }

# llama-index
llama-index = "0.10.46"
llama-index-core = "0.10.46"
llama-index = "0.10.57"
llama-index-core = "0.10.57"
llama-index-vector-stores-astra-db = "0.1.7"
llama-index-vector-stores-cassandra = "0.1.3"
llama-index-embeddings-langchain = "0.1.2"
Expand Down

0 comments on commit 0d0716f

Please sign in to comment.