Commit a6badb7
committed
fix: binary format version bump
The binary format of docarray_v2 has been changed in a non-backward-compatiable way.
In order to tell the difference between docarray_v1 and docarray_v2, a bump in the wire format version is needed.
Signed-off-by: yanlong.wang <yanlong.wang@naiver.org>1 parent 176fd36 commit a6badb7Copy full SHA for a6badb7
1 file changed
+11-3Lines changed: 11 additions & 3 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- docarray/array/doc_list
Expand file treeCollapse file tree
Open diff view settings
Collapse file
docarray/array/doc_list/io.py
Copy file name to clipboardExpand all lines: docarray/array/doc_list/io.py+11-3Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
546 | 546 | |
547 | 547 | |
548 | 548 | |
549 | | - |
550 | | - |
| 549 | + |
| 550 | + |
551 | 551 | |
552 | 552 | |
553 | | - |
| 553 | + |
554 | 554 | |
555 | 555 | |
556 | 556 | |
| ||
597 | 597 | |
598 | 598 | |
599 | 599 | |
| 600 | + |
| 601 | + |
| 602 | + |
| 603 | + |
600 | 604 | |
601 | 605 | |
602 | 606 | |
| ||
655 | 659 | |
656 | 660 | |
657 | 661 | |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
658 | 666 | |
659 | 667 | |
660 | 668 | |
|
0 commit comments