[D] What features would you like to see in a vector search database?

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

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. Weaviate

    Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database​.

    We are looking into this at Weaviate as well, running a few experiments to understand how well averaging embedding vectors can preserve the semantics of the group: https://github.com/semi-technologies/weaviate/issues/2087.

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. reframe

    Discontinued LeapTable 🦘- The fastest way to build, deploy, and manage LLM-powered agents on tabular data (dataframes, SQL tables and Spreadsheets). [Moved to: https://github.com/peterwnjenga/leaptable]

    Code Link: https://github.com/nnextdb/nnext

  4. filterbox

    Discontinued Index your Python objects for fast lookup by their attributes. [Moved to: https://github.com/manimino/ducks]

    After playing with ANNOY and FAISS for a little while, I hit exactly that problem. I ended up writing two Python libraries for fast "object search by metadata" - FilterBox and LiteBox. They are both designed to complement vector search, as they only deal with the metadata portion of the objects and leave the vectors alone.

  5. litebox

    Container for finding Python objects by attributes, using SQLite (by manimino)

    After playing with ANNOY and FAISS for a little while, I hit exactly that problem. I ended up writing two Python libraries for fast "object search by metadata" - FilterBox and LiteBox. They are both designed to complement vector search, as they only deal with the metadata portion of the objects and leave the vectors alone.

  6. vector-search-compilation

    Discontinued A compilation of Vector Search Databases

  7. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
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

  • Scaling Audio Similarity Search with Vector Databases

    1 project | dev.to | 28 Feb 2025
  • DeepSeek Always Busy? Deploy It Locally with Milvus in Just 10 Minutes—No More Waiting!

    1 project | dev.to | 25 Feb 2025
  • Build RAG Chatbot with LangChain, Milvus, GPT-4o mini, and text-embedding-3-large

    2 projects | dev.to | 19 Feb 2025
  • Recapping the AI, Machine Learning and Computer Meetup — September 12, 2024

    3 projects | dev.to | 12 Sep 2024
  • AIM Weekly 02 September 2024

    4 projects | dev.to | 3 Sep 2024

Did you know that Python is
the 2nd most popular programming language
based on number of references?