Conversation
Signed-off-by: jupyterjazz <[email protected]>
Signed-off-by: maxwelljin2 <[email protected]> Co-authored-by: Saba Sturua <[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: jupyterjazz <[email protected]>
Signed-off-by: jupyterjazz <[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. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1681 +/- ##
==========================================
+ Coverage 85.51% 85.68% +0.17%
==========================================
Files 132 133 +1
Lines 8303 8566 +263
==========================================
+ Hits 7100 7340 +240
- Misses 1203 1226 +23
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: jupyterjazz <[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: jupyterjazz <[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: jupyterjazz <[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: jupyterjazz <[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: jupyterjazz <[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: jupyterjazz <[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: jupyterjazz <[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: jupyterjazz <[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: jupyterjazz <[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: jupyterjazz <[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: jupyterjazz <[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. |
| type_map = { | ||
| int: DataType.INT64, | ||
| float: DataType.FLOAT, | ||
| str: DataType.VARCHAR, | ||
| bytes: DataType.VARCHAR, | ||
| np.ndarray: DataType.FLOAT_VECTOR, | ||
| list: DataType.FLOAT_VECTOR, | ||
| AnyTensor: DataType.FLOAT_VECTOR, | ||
| AbstractTensor: DataType.FLOAT_VECTOR, | ||
| } |
There was a problem hiding this comment.
We can move this dict away from the function imo
There was a problem hiding this comment.
hmm but all other backends have it inside
Signed-off-by: jupyterjazz <[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. |
|
📝 Docs are deployed on https://ft-feat-support-milvus--jina-docs.netlify.app 🎉 |
| python -m pip install poetry | ||
| poetry install --all-extras | ||
| poetry run pip install protobuf==3.19.0 # we check that we support 3.19 | ||
| poetry run pip install protobuf==3.20.0 # we check that we support 3.19 |
There was a problem hiding this comment.
| poetry run pip install protobuf==3.20.0 # we check that we support 3.19 | |
| poetry run pip install protobuf==3.20.0 # we check that we support 3.20 |
Taking over from here #1666
Functionality-wise everything's ready, only thing left is to make the execution faster (milvus job takes 13 mins on CI)
Docs will be done in a separate PR
Note:
I had to bump protobuf and tensorflow versions