groot
groot
``` =========================fp16_vector_search============================ ------------ The top1 ID 1424 of No.1 target vector is not equal to target vector's ID 9369 ------------ The top1 ID 6810 of No.6 target vector is not...
The parameters are too small: "M": 16, "efConstruction": 64 Set to "M": 64, "efConstruction": 200, then no such problem.
Script to reproduce: ``` from pymilvus import ( connections, Role, FieldSchema, CollectionSchema, DataType, Collection, utility, ) for k in range(100): print(f"==================================== REPEAT {k} ===============================================") connections.connect( alias='default', host='localhost', port='19530', user='root', password='Milvus',...
From the user's view, it is like an unstable issue: https://discord.com/channels/1160323594396635310/1171824088109547561/threads/1232406435036528712
My suggestion, put the logic into one loop. ``` // GetValidLocalIP returns the first valid local ip address func GetValidLocalIP(addrs []net.Addr) string { for _, addr := range addrs {...
@UnyieldingOrca Could you confirm it works fine for the three cases? 1. ipv4 only (all components only have ipv4 address) 2. ipv4 & ipv6 dual stack (some components have ipv4...
Error returned from here: https://github.com/milvus-io/milvus/blob/v2.3.7/internal/querynodev2/segments/segment_loader.go#L384 Possible reasons: the disk capacity is not correctly calculated Another problem: it checks disk space for every index, doesn't make sense. In fact, only some...
In v2.2.x, the do_bulk_insert() returns exception `
v2.3.0 also returns the exception instantly. From v2.3.1, the do_bulk_insert() hangs for 52+ seconds. It is a regression of v2.3.1