DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

Database Entry

FerresDB


FerresDB is a vector search engine designed for semantic search, retrieval-augmented generation pipelines, and recommendation systems. It provides approximate nearest-neighbor search using HNSW indexes, hybrid search combining vector similarity with BM25 full-text scoring, and a REST API. The system includes write-ahead log persistence, periodic snapshots, crash recovery, and observability metrics.

Source Code
https://github.com/ferres-db/ferres-db[02]
Developer
Country of Origin
BR
Start Year
2026
Coding Agents
Project Types
Hobby, Open Source
Written in
Rust
Operating Systems
Linux, macOS, Windows

Database Entry

FerresDB


FerresDB is a vector search engine designed for semantic search, retrieval-augmented generation pipelines, and recommendation systems. It provides approximate nearest-neighbor search using HNSW indexes, hybrid search combining vector similarity with BM25 full-text scoring, and a REST API. The system includes write-ahead log persistence, periodic snapshots, crash recovery, and observability metrics.

Data Model


Indexes


Query Interface


Storage Architecture


Revision #2