Conversation
Codecov Report
@@ Coverage Diff @@
## main #587 +/- ##
==========================================
- Coverage 88.29% 86.83% -1.47%
==========================================
Files 134 139 +5
Lines 6648 6920 +272
==========================================
+ Hits 5870 6009 +139
- Misses 778 911 +133
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. |
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
|
I need to update the PR to play nice with the new mode that disables offset2id |
Signed-off-by: Johannes Messner <[email protected]>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Co-authored-by: AlaeddineAbdessalem <[email protected]> Signed-off-by: Johannes Messner <[email protected]>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Signed-off-by: Johannes Messner <[email protected]>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
addressed the requested changes
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
|
📝 Docs are deployed on https://ft-feat-milvus--jina-docs.netlify.app 🎉 |

Goals
Add Milvus as a supported Document Store
ToDo
Outline:
update benchmarkneeds to happen in a separate PR after this is mergedadddocument kwargs that can be passed to find etc.search_paramsin the configuration (and document it)limitdoes not work for filter-onlyfindcall.extend()does not use bulk operationsOther stuff:
offset2idsthat does not require a new collectionNew dependencies:
This PR adds one new
testdependency:pytest-mock.Known limitations:
with da:context manager should be used whenever accessing more than a few documents in a non-batched way.the mechanism that enables collection loading in thethis is solvedwith da:context manager logs some errors to the command line; this is not an issue, since these backend errors are expected and handled properly, but it is irritating for the user. Currently investigating if Milvus offers a better API to tackle this issue.