Skip to content

Commit 9dd5288

Browse files
authored
Upgrade llama-index and reactivate Bedrock tests (#159)
1 parent 45ad913 commit 9dd5288

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ragstack-e2e-tests/e2e_tests/llama_index/test_compatibility_rag.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,8 @@ def huggingface_hub_embedding():
273273
("openai_embedding", "openai_llm"),
274274
("azure_openai_embedding", "azure_openai_llm"),
275275
("vertex_embedding", "vertex_llm"),
276-
# ("bedrock_titan_embedding", "bedrock_anthropic_llm"),
277-
# Deactivated for now because of
278-
# https://github.com/run-llama/llama_index/pull/9396
279-
# ("bedrock_cohere_embedding", "bedrock_meta_llm"),
276+
("bedrock_titan_embedding", "bedrock_anthropic_llm"),
277+
("bedrock_cohere_embedding", "bedrock_meta_llm"),
280278
("huggingface_hub_embedding", "huggingface_hub_llm"),
281279
],
282280
)

0 commit comments

Comments
 (0)