Deprecation warnings for LLMs and Prompts - #2253
Conversation
|
@anistark please review + merge |
|
@anistark |
@minorun365 bedrock_llm = llm_factory(
provider="bedrock",
model="anthropic.claude-3-sonnet-20240229-v1:0",
region_name="us-east-1"
)For embeddings, bedrock_embeddings = embedding_factory(
provider="bedrock",
model="amazon.titan-embed-text-v1",
region_name="us-east-1"
) |
|
@anistark |
Please open a separate issue for it. We can take a look there. :) |
Deprecation warnings for LLMs and Prompts
Deprecation warnings for LLMs and Prompts