[N] We just got funded for an open-source project to make Metric Learning practical.

This page summarizes the projects mentioned and recommended in the original post on /r/MachineLearning

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • benchmark

    Collection of Qdrant benchmarks (by qdrant)

    Regarding Milvus. Well, there are a few essential differences between our projects: - Unlike Milvus, we perform filtering during the search in the vector index, which keeps retrieval complexity close to logarithmic - same as in original HNSW. - We can support complex types of filterable payloads like geo-points - it is not a trivial problem to keep the HNSW search graph connected during filtering. We solved it in our custom implementation of the HNSW index. - Unlike Milvus, we perform a query-planning phase to determine an optimal strategy of executing queries with filters - Qdrant uses Rust programming language - it gives us an advantage in avoiding stop-the-world issues of languages with garbage collection. We also have a retrieval speed benchmark - https://github.com/qdrant/benchmark.

  • towhee

    Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.

    Another opensource project to mention is towhee https://github.com/towhee-io/towhee. If anyone interested on vectorization, maybe towhee is all your need.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts