Skip to content

Commit

Permalink
Upgrade llama-index and reactivate Bedrock tests (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet authored Jan 11, 2024
1 parent 45ad913 commit 9dd5288
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,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

0 comments on commit 9dd5288

Please sign in to comment.