llm-rag-vectordb-python icon indicating copy to clipboard operation
llm-rag-vectordb-python copied to clipboard

Use claude-3-5 instead of claude-2, switch to langchain_aws for deprecated langchain.llms.bedrock

Open liuhaoping opened this issue 5 months ago • 0 comments

  1. Replace claude-2 with claude-3-5, as access to claude-2 has become more restricted.
  2. Use the langchain_aws package instead of langchain.llms.bedrock, as the latter has been deprecated.
  3. Transition to langchain_core.prompts.PromptTemplate in place of langchain.PromptTemplate, as the previous package is deprecated

liuhaoping avatar Sep 18 '24 23:09 liuhaoping