generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bedrock Knowledge Base Search Filter "in" broken #169
Labels
Comments
Could you show a full code snippet that is causing the error so I can help debug? |
The metadata with key |
The problem is here: https://github.com/langchain-ai/langchain-aws/blob/main/libs/aws/langchain_aws/retrievers/bedrock.py#L165. The call to model_dump should include "by_alias=True". |
renjiexu-amzn
added a commit
to renjiexu-amzn/langchain-aws
that referenced
this issue
Oct 10, 2024
3coins
pushed a commit
that referenced
this issue
Oct 15, 2024
renjiexu-amzn
added a commit
to renjiexu-amzn/langchain-aws
that referenced
this issue
Oct 16, 2024
3coins
pushed a commit
that referenced
this issue
Oct 16, 2024
Fixed in v0.2.3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/langchain-ai/langchain-aws/blame/d89fcf80c61174c21c88ef8d1cfbf3a55c7d84c5/libs/aws/langchain_aws/retrievers/bedrock.py#L24
I get error:
The text was updated successfully, but these errors were encountered: