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