RocheDB v0.5.0 has been released.
Release:
github.com/puffball1567/rochedb/releases/tag/v0.5.0
RocheDB is an open-source NoSQL document and vector store written in Nim.
The project is built around one idea:
RocheDB v0.5.0 adds ring-first locality for AI/RAG workloads, with benchmarks showing reduced working sets and fewer estimated LLM tokens per query.
RocheDB v0.5.0 has been released.
Release:
github.com/puffball1567/rochedb/releases/tag/v0.5.0
RocheDB is an open-source NoSQL document and vector store written in Nim.
The project is built around one idea:

RocheDB v0.6.0 strengthens data-locality validation for AI, RAG, and application retrieval workloads, with topology remapping…

A development note on RocheDB v0.6 planning: safer filter builders, deeper physical locality validation, topology improvements,…

Introducing RocheDB, a Nim database that uses application-level locality to reduce retrieval working sets.

RAG is not new. Chunk a document, embed the chunks, store them in a vector database, run a retrieval...

LioranDB: Support the Indian government initiative that Indian data should stay in...

How embedding models, chunking, retrieval modes, and query phrasing jointly determine Code-RAG quality.