a simple vector database built on top of sqlite3.
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.