Friday, February 13, 2026

Show HN: PardusDB – SQLite-like vector database in Rust https://ift.tt/y7nR3pe

Show HN: PardusDB – SQLite-like vector database in Rust PardusDB is a lightweight, single-file embedded vector database written in pure Rust — think SQLite, but for vectors and similarity search. Key highlights: - No external dependencies - Familiar SQL syntax for CREATE/INSERT/SELECT + vector SIMILARITY queries - Graph-based ANN search, thread-safe, transactions - Python RAG example with Ollama included We built this as the engine behind our no-code platform at https://pardusai.org/ (private, local-first data analysis). GitHub: https://ift.tt/Ksvy3dh Feedback welcome! https://ift.tt/Ksvy3dh February 12, 2026 at 09:56PM

No comments:

Post a Comment

Show HN: SVG Fitter – Rust+WASM Vectorizer https://ift.tt/4RmKdLT

Show HN: SVG Fitter – Rust+WASM Vectorizer I went crazy with a tool that helps me tracing raster images. Thought other might like it. It doe...