Skip to content

AdityaBVerma/Vector-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vector Database from Scratch What is it

This project is an end-to-end implementation of a vector database built from scratch, focusing on how modern similarity search systems work internally.

It starts with a simple brute-force exact nearest neighbor (ENN) approach and progressively evolves into more advanced techniques such as clustering-based indexing and approximate nearest neighbor (ANN) search.

The goal is to build a system that can store high-dimensional embeddings and efficiently retrieve the most similar vectors for a given query.

About

A vector database built from scratch using C++ and Node.js, implementing brute-force search and evolving toward advanced indexing techniques like clustering and ANN.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors