by Zainul Abideen | Jul 6, 2025
Introduction to LanceDB LanceDB is a robust TypeScript package that serves as a wrapper around the Rust library, lancedb. This project aims to provide developers with a seamless interface for efficient data handling and storage, leveraging the performance of Rust...
by Zainul Abideen | Jul 6, 2025
Introduction to pgvector pgvector is an open-source extension for PostgreSQL that enables efficient vector similarity search. It allows you to store vectors alongside your traditional data, making it easier to perform complex queries involving machine learning and AI...
by Zainul Abideen | Jul 6, 2025
Introduction to DiskANN DiskANN is a high-performance library designed for approximate nearest neighbor (ANN) search, developed by Microsoft. It leverages advanced algorithms to provide efficient search capabilities, making it ideal for applications in machine...
by Zainul Abideen | Jul 6, 2025
Introduction Modern AI applications struggle to maintain low-latency search across billions of high-dimensional vectors as they scale. Vald is a cloud-native, distributed approximate nearest neighbor (ANN) dense vector search engine designed to solve this exact...
by Zainul Abideen | Jul 6, 2025
Introduction to Hnswlib Hnswlib is a powerful library designed for fast approximate nearest neighbor search. Built with a header-only C++ implementation, it provides Python bindings, making it accessible for developers across different platforms. This blog post will...