Skip to content

Commit

Permalink
disable bedrock
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed Feb 12, 2024
1 parent 6d15a2e commit 6809ee1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,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"),
("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 6809ee1

Please sign in to comment.