doganarif/vectordb
In-memory vector database with pluggable indexing algorithms, metadata filtering, and a FastAPI-based REST API.
This project helps developers build applications that can quickly find similar items based on their characteristics. You input collections of numerical vectors (embeddings) representing text, images, or other data, along with descriptive information (metadata). The system then lets you swiftly search these collections for the most similar vectors, filtered by their metadata. It's designed for software engineers building features like recommendation engines or semantic search.
No commits in the last 6 months.
Use this if you are a software developer needing a fast, in-memory system to store and search high-dimensional vectors for similarity, especially when building prototypes or applications that don't require shared state across multiple backend processes.
Not ideal if you need a production-ready, distributed vector database that scales horizontally across multiple servers and shares data consistently without extra configuration or implementing a custom persistent repository.
Stars
11
Forks
2
Language
Python
License
—
Category
Last pushed
Aug 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/doganarif/vectordb"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MariaDB/server
MariaDB server is a community developed fork of MySQL server. Started by core members of the...
AlayaDB-AI/AlayaLite
AlayaLite – A Fast, Flexible Vector Database for Everyone.
infiniflow/infinity
The AI-native database built for LLM applications, providing incredibly fast hybrid search of...
nnethercott/hannoy
Production-ready KV-backed HNSW implementation in Rust using LMDB
dingodb/dingo
A multi-modal vector database that supports upserts and vector queries using unified SQL...