From 8db14390cfb43b3a7f98452e7b7679318e2b7819 Mon Sep 17 00:00:00 2001 From: Eric Pinzur Date: Mon, 12 Feb 2024 19:59:00 +0100 Subject: [PATCH] reverted changes to ragstack-e2e-tests/pyproject.llamaindex.toml --- ragstack-e2e-tests/pyproject.llamaindex.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ragstack-e2e-tests/pyproject.llamaindex.toml b/ragstack-e2e-tests/pyproject.llamaindex.toml index bda226d5f..b1a6a72be 100644 --- a/ragstack-e2e-tests/pyproject.llamaindex.toml +++ b/ragstack-e2e-tests/pyproject.llamaindex.toml @@ -26,13 +26,13 @@ beautifulsoup4 = "^4" llama-index = { git = "https://github.com/run-llama/llama_index.git", branch = "main" } -langchain = { version = "0.1.2" } +langchain = {version = "0.1.2"} langchain-core = "0.1.15" langchain-community = "0.0.15" -langchain-openai = { version = "0.0.3" } -langchain-google-genai = { version = "0.0.6" } -langchain-google-vertexai = { version = "0.0.3" } -langchain-nvidia-ai-endpoints = { version = "0.0.1" } +langchain-openai = {version = "0.0.3"} +langchain-google-genai = {version = "0.0.6"} +langchain-google-vertexai = {version = "0.0.3"} +langchain-nvidia-ai-endpoints = {version = "0.0.1"} astrapy = "~0.7.0" # we need this specific feature from cassio: https://github.com/CassioML/cassio/pull/128 cassio = "~0.1.4"