We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ad913 commit 9dd5288Copy full SHA for 9dd5288
ragstack-e2e-tests/e2e_tests/llama_index/test_compatibility_rag.py
@@ -273,10 +273,8 @@ def huggingface_hub_embedding():
273
("openai_embedding", "openai_llm"),
274
("azure_openai_embedding", "azure_openai_llm"),
275
("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"),
+ ("bedrock_titan_embedding", "bedrock_anthropic_llm"),
+ ("bedrock_cohere_embedding", "bedrock_meta_llm"),
280
("huggingface_hub_embedding", "huggingface_hub_llm"),
281
],
282
)
0 commit comments