Jan Riemer
Jan Riemer
This adds *qdrant* - a vector similarity search engine with extended filtering support. Categories are *clustering* and *data-structures* (analog to the crate *faiss*). URL: https://github.com/qdrant/qdrant The crate is *not* hosted...
Hey @aswinkarthik, when I run the benchmarks at https://github.com/aswinkarthik/csvdiff/tree/master/benchmark#go-benchmark-results I get the following weird results. It seems operations are optimized away!? Do you have any idea, why that is? NB:...
When using `insert` instead of `try_insert` on `EntityCommand`, it can happen that the system panics, when the entity does not exist, even when the `EntityCommand` has been accessed with `get_entity(...)`....