Cai Yudong

Results 161 comments of Cai Yudong

> @cydrain How are you defining the vectors to be illegal ? Are there nan values in the vectors ? Hi @akmalmasud96 , Based on the definition of IEEE 754...

@akmalmasud96 Make corrections: All float values in row 50 are 0.0, so they can pass the check of API VerifyFloat32() in go side. To knowhere(C++) side, because the metric type...

backtrace of float vector validation check ![Screenshot from 2024-08-26 17-35-18](https://github.com/user-attachments/assets/1815d06c-7c1e-4325-bda8-5aa74d84b113)

``` runtime.gcResetMarkState /usr/local/go/src/runtime/mgc.go:1620 pc=0x1eb0f8f SIGSEGV: segmentation violation PC=0x1eb0f8f m=6931 sigcode=1 goroutine 0 [idle]: runtime.gcResetMarkState() /usr/local/go/src/runtime/mgc.go:1620 +0x6f fp=0x7f10dd8bb850 sp=0x7f10dd8bb820 pc=0x1eb0f8f runtime.systemstack() /usr/local/go/src/runtime/asm_amd64.s:509 +0x4a fp=0x7f10dd8bb860 sp=0x7f10dd8bb850 pc=0x1f0548a goroutine 2153222 [running]: runtime.systemstack_switch() /usr/local/go/src/runtime/asm_amd64.s:474...

The missing packages includes: ujson-5.11.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (for all) psycopg-3.2.12-py3-none-any.whl (for pgvector) psycopg_binary-3.2.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (pgvector)

Looks like env issue. Create a new conda env, and install with command "pip install -e .[milvus]", this issue is gone. Thanks

@XuanYang-cn As I mentioned in this issue, when running vectordb-bench in an offline environment, it hangs at this line: ``` if (not local_file.exists()) or (not self.validate_file(remote_file, local_file)): ``` It would...

> Try this instead of init_bench plz: ``` python -m vectordb_bench ``` one more question, what's the different between "python -m vectordb_bench" and "init_bench" ?