nano-vectordb and vectordb
These are competitors offering lightweight, minimal-dependency vector database implementations in Python, with nano-vectordb prioritizing simplicity and local hackability while Jina's vectordb emphasizes a "just right" feature set for pragmatic production use.
About nano-vectordb
gusye1234/nano-vectordb
A simple, easy-to-hack Vector Database
This project helps developers quickly set up and experiment with a vector database for tasks like similarity search. You input numerical representations (vectors) of your data, along with any other relevant fields, and it allows you to efficiently query for the most similar items. This is ideal for developers building prototypes or small-scale applications that rely on finding similar content, images, or other data.
About vectordb
jina-ai/vectordb
A Python vector database you just need - no more, no less.
This project provides a simple yet powerful tool for storing and retrieving information using vector embeddings. You can input various data types, like text or images, which are then converted into numerical vectors. The tool then allows you to efficiently find similar items based on these vector representations, outputting the most relevant results. It's designed for developers who need to integrate efficient similarity search into their applications.
Scores updated daily from GitHub, PyPI, and npm data. How scores work