milvus/internal
godchen db94d7771f
Read vector from disk (#6707)
* Read vector from disk

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* go fmt

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* fix git action error

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* fix error

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* fix test error

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* fix action error

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* fix caculate error

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* change var name

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* remove unused method

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* remove unused method

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* fix error

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* fix len error

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* remove unused code

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* change bytes to float method

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* change float to bytes method

Signed-off-by: godchen <qingxiang.chen@zilliz.com>

* fix action error

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
2021-07-24 09:25:22 +08:00
..
allocator fix tso (#6500) 2021-07-14 17:11:54 +08:00
core Add unittests for metric_type: tanimoto (#6773) 2021-07-23 20:59:33 +08:00
datacoord Fix datacoord stop bug (#6642) 2021-07-24 09:25:14 +08:00
datanode Read vector from disk (#6707) 2021-07-24 09:25:22 +08:00
distributed Fix datacoord_test.go failed (#6558) 2021-07-19 10:41:15 +08:00
indexcoord Add unittest for IndexCoord and IndexNode (#6698) 2021-07-23 10:44:12 +08:00
indexnode Read vector from disk (#6707) 2021-07-24 09:25:22 +08:00
kv Set CollectionInfo.CreateTime to the timestamp when save the metadata into etcd, (#6763) 2021-07-23 14:36:12 +08:00
log Combine standalone binary into milvus (#5866) 2021-06-18 15:20:08 +08:00
logutil Rename module (#4988) 2021-04-22 14:45:57 +08:00
metrics Remove too frequent timetick log (#6682) 2021-07-21 11:26:11 +08:00
msgstream Add GetFlushedSegments in data coordinator (#6253) 2021-07-02 11:16:20 +08:00
proto Show/Describe collections/partitions with created timestamp (#6700) 2021-07-21 18:00:14 +08:00
proxy Reduce the log of proxy (#6766) 2021-07-23 20:33:34 +08:00
querycoord Read vector from disk (#6707) 2021-07-24 09:25:22 +08:00
querynode Read vector from disk (#6707) 2021-07-24 09:25:22 +08:00
rootcoord Set CollectionInfo.CreateTime to the timestamp when save the metadata into etcd, (#6763) 2021-07-23 14:36:12 +08:00
storage Read vector from disk (#6707) 2021-07-24 09:25:22 +08:00
tso Support ETCD endpoints array (#5755) 2021-06-15 16:36:36 +08:00
types Refactor the logic of assign tasks in IndexCoord (#6328) 2021-07-14 14:15:55 +08:00
util Read vector from disk (#6707) 2021-07-24 09:25:22 +08:00