Skip to content

Commit

Permalink
Upgrade llama-index and reactivate Bedrock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet committed Dec 16, 2023
1 parent c9a6584 commit 8aafee2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python = ">=3.9,<3.12"
astrapy = "~0.6.2"
cassio = "~0.1.3"
unstructured = "^0.10"
llama-index = { version = "0.9.14", extras = ["langchain"] }
llama-index = { version = "0.9.15.post2", extras = ["langchain"] }
langchain = { version = "0.0.350", extras = ["openai"] }
langchain-core = "0.1.1"
langchain-community = "0.0.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,8 @@ def huggingface_hub_embedding():
("openai_embedding", "openai_llm"),
("azure_openai_embedding", "azure_openai_llm"),
("vertex_embedding", "vertex_llm"),
# ("bedrock_titan_embedding", "bedrock_anthropic_llm"),
# Deactivated for now because of
# https://github.com/run-llama/llama_index/pull/9396
# ("bedrock_cohere_embedding", "bedrock_meta_llm"),
("bedrock_titan_embedding", "bedrock_anthropic_llm"),
("bedrock_cohere_embedding", "bedrock_meta_llm"),
("huggingface_hub_embedding", "huggingface_hub_llm"),
],
)
Expand Down
2 changes: 1 addition & 1 deletion ragstack-e2e-tests/pyproject.langchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ beautifulsoup4 = "^4"
langchain = { git = "https://github.com/langchain-ai/langchain.git", branch = "master", subdirectory = "libs/langchain", extras = ["openai"] }
langchain_core = { git = "https://github.com/langchain-ai/langchain.git", branch = "master", subdirectory = "libs/core" }
langchain_community = { git = "https://github.com/langchain-ai/langchain.git", branch = "master", subdirectory = "libs/community" }
llama-index = { version = "0.9.14", extras = ["langchain"] }
llama-index = { version = "0.9.15.post2", extras = ["langchain"] }
astrapy = "^0.6"
cassio = "^0.1"

Expand Down

0 comments on commit 8aafee2

Please sign in to comment.