Closed haiderghaleb closed 6 months ago
I changed the code to the following and it worked.
query_embedding = vectorstore_faiss.embedding_function.embed_query(query)
@BehnooshParsa could you please raise a PR for the fix
Closing this; please refer to the latest bedrock workshop update and reopen if still relevant
Hey everyone,
I'm facing issues while running 01_qa_w_rag_claude.ipynb, everything is configured correcting and running until the step of
when I run it, I get the below error:
I tried to see how to fix the issue, but there was no solution.
Does anyone know how to fix this issue?