-
Notifications
You must be signed in to change notification settings - Fork 47
Agentic extraction better retry #138
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
Conversation
0cd1cfb to
23f170b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please include pattern-3 as well.. these fixes apply to both patterns.
b71ff15 to
b7dc88d
Compare
rstrahan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Three main comments
-
There's a new conflict with the develop branch after latest merge of fix for #136
-
When I deploy this branch and process a document in the stack, using agentic extraction, I get error below.. Can you do a clean publish and deploy, and see if you also get this error after enabling agentic extraction in the config.
Error: ImportError: Agentic extraction requires Python 3.10+ and strands-agents dependencies. Install with: pip install 'idp_common[agents]' or use agentic=False
- I'm overwhelmed by the volume of changes in this PR - many of which seem formatter related and unrelated to the 'better retry' focus of the PR, but the effect is to hinder my ability to review the changes.
Can you clean up the changes to include only the changes related to the retry improvements, tx.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting merge conflicts in this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also huge volume of changes that seem unrelated to 'better retries' - I can't review them..
8ba8653 to
9ae0feb
Compare
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.