Relative Content

Tag Archive for pythonartificial-intelligencelangchainretrieval-augmented-generationamazon-bedrock

Tooling with Langchain Bedrock for RAG AI-Chat Generation

I have a function that takes in a Langugaue Model, a vector store, question and tools; and returns a response, at the moment the tools argument is not being added because based on this example the function .bind_tools is not an attribute of the llm -> llm is below