Andrey Vasnetsov
Andrey Vasnetsov
Hi @kfirgollan! Thanks for reporting! ``` "memmap_threshold": 0, "indexing_threshold": 0, ``` are not recommended parameters. In this case optimizer might be too aggressive. I would set `memmap_threshold` and `indexing_threshold` to...
Why do you think this function is necessary?
Why do you want to specify the storage path with absolute path in a first place?
Alternatively, you could also use UUID, there is a direct conversion between i64 and uuid. But I would agree that automatic parsing of string as integers might be useful. I...
yes, and if you originally have 64 bit integers, you can easily convert them into uuid.
> The interface does take the UUIDs, but in my case if fails to find the point. Do you mean that point saved with id = `00000000000000005ddb4456f64851c3` is not available...
This should be resolved in https://github.com/qdrant/qdrant-js/pull/62
Hi @martyanov! Thanks for the suggestion, having gRPC in a more organized manner would definitely be useful. Of course, we would be grateful if you could contribute into this problem....
This is either group-by or optional vectors. Implemented in https://github.com/qdrant/qdrant/releases/tag/v1.2.0 (group-by lookup might be also related, but this is WIP)
@Clockwork-Muse could you please maybe give more extensive example?