diff --git a/pyproject.toml b/pyproject.toml index b888ebe8b..1a3dfc02e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ cassio = "~0.1.4" unstructured = "0.12.5" # llama-index -llama-index = "0.10.20" +llama-index = "0.10.22" llama-index-vector-stores-astra-db = "0.1.4" llama-index-vector-stores-cassandra = "0.1.3" llama-index-embeddings-langchain = "0.1.2" diff --git a/ragstack-e2e-tests/pyproject.langchain.toml b/ragstack-e2e-tests/pyproject.langchain.toml index 7770e8616..543e210d5 100644 --- a/ragstack-e2e-tests/pyproject.langchain.toml +++ b/ragstack-e2e-tests/pyproject.langchain.toml @@ -35,7 +35,7 @@ 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.20" +llama-index = "0.10.22" llama-index-vector-stores-astra-db = "0.1.4" llama-index-vector-stores-cassandra = "0.1.3" llama-index-llms-azure-openai = "0.1.5"