Skip to content

nis12ram/sqlite3-vector-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite3-vector-db

a simple vector database built on top of sqlite3.

details

1 basically vectors are stored as bytes using BLOBS data-type of sqlite3

2 all database operations are perfomed in class DatabaseOperations.

3 The search algorithm is very simple and can easily work with different methods for calculating the distance between vectors.

About

a simple vector database built on top of sqlite3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published