varshith-Git/valori
A high-performance vector database library for Python that provides efficient storage, indexing, and search capabilities for high-dimensional vectors
Valori helps you manage and quickly search through large collections of documents by their meaning, rather than just keywords. You feed it various document types like PDFs or text files, and it organizes them so you can rapidly find documents conceptually similar to a query or other documents. This is for developers building search engines, recommendation systems, or knowledge bases that need to understand and retrieve information based on context.
Available on PyPI.
Use this if you are a developer building an application that needs a high-performance, scalable way to store, index, and search through high-dimensional data, especially for text and document understanding.
Not ideal if you need a simple key-value store or a traditional relational database, as Valori is specifically designed for vector-based similarity search.
Stars
19
Forks
3
Language
Python
License
MIT
Category
Last pushed
Jan 04, 2026
Commits (30d)
0
Dependencies
6
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/varshith-Git/valori"
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...