-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat: pass docs_map
to Executor
#5366
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5366 +/- ##
==========================================
+ Coverage 86.83% 86.93% +0.09%
==========================================
Files 100 100
Lines 6512 6528 +16
==========================================
+ Hits 5655 5675 +20
+ Misses 857 853 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…i/jina into force-deterministic-order
7dbeb7b
to
a4ea275
Compare
docs_map
to Executor
Co-authored-by: Johannes Messner <[email protected]>
44f985a
to
7e3bff3
Compare
plz use |
Co-authored-by: Johannes Messner <[email protected]> Co-authored-by: AlaeddineAbdessalem <[email protected]>
d6e0d58
to
1451769
Compare
81d8888
to
87c36ff
Compare
📝 Docs are deployed on https://force-deterministic-order--jina-docs.netlify.app 🎉 |
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.
Awesome, this feature helps us a lot to reduce the complexity in our code.
changes applied, if changr request I will open new PR
Goals:
Pass
docs_map
toExecutor
as a dictionary with keys as thelast Executors
that processed a Request, and values as theDocumentArray
in that specific Request.