Conversation
Codecov ReportBase: 86.57% // Head: 86.61% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #762 +/- ##
==========================================
+ Coverage 86.57% 86.61% +0.04%
==========================================
Files 133 133
Lines 6703 6703
==========================================
+ Hits 5803 5806 +3
+ Misses 900 897 -3
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. ☔ View full report at Codecov. |
60fb24e to
70adda7
Compare
|
I think we need to explain that this |
70adda7 to
d90a434
Compare
added examples. |
Signed-off-by: dong xiang <[email protected]>
d90a434 to
65d4850
Compare
Signed-off-by: dong xiang <[email protected]>
d60cd8c to
a95db51
Compare
Co-authored-by: Joan Fontanals <[email protected]> Signed-off-by: dong xiang <[email protected]>
| want to also persist the ordering of Documents inside the storage. Considered the performance cost brought by list-like | ||
| structure implemented by Offset2id, you can disable this feature by passing a flag when constructing the backend. | ||
| After so, the Offset2id will become a shell and do nothing. Then in the `getsetdel.py` you can construct the _offset2ids | ||
| member variable by passing list_like flag as follows: |
There was a problem hiding this comment.
| want to also persist the ordering of Documents inside the storage. Considered the performance cost brought by list-like | |
| structure implemented by Offset2id, you can disable this feature by passing a flag when constructing the backend. | |
| After so, the Offset2id will become a shell and do nothing. Then in the `getsetdel.py` you can construct the _offset2ids | |
| member variable by passing list_like flag as follows: | |
| want to also persist the ordering of Documents inside the storage. Considering the performance cost brought by the list-like structure implemented by Offset2id, you can disable this feature by passing a flag when constructing the backend. | |
| After this, the Offset2id will become a shell and do nothing. Then in the `getsetdel.py` you can construct the `_offset2ids` | |
| member variable by passing the `list_like` flag as follows: |
| config3: Dict | ||
| ... | ||
| ``` | ||
| By default, it is set to be `True`. |
There was a problem hiding this comment.
| By default, it is set to be `True`. | |
| By default, it is set to `True`. |
…m/jina-ai/docarray into docs-add-docs-disabling-list-like
|
📝 Docs are deployed on https://ft-docs-add-docs-disabling-list-like--jina-docs.netlify.app 🎉 |
Co-authored-by: Alex Cureton-Griffiths <[email protected]> Signed-off-by: Johannes Messner <[email protected]>
Signed-off-by: Johannes Messner <[email protected]>
|
Thanks for your contribution ❤️ Note, other CI tests will not start until the commit messages get fixed. This message will be deleted automatically when the commit messages get fixed. |
Signed-off-by: dong xiang [email protected]
Goals:
Since this PR is merge and we need to add document about constructing a new backend in the document