AttributeError: ‘Bedrock’ object has no attribute ’embed_query’
I am trying to use Bedrock to call LLM model and integrate MongoDB as vector store.
I’ve succesfully created MongoDB client and all the codes related to Bedrock went well.
But when I try to ask questions to the model, it shows the error message below.