An open API service indexing awesome lists of open source software.

https://github.com/ocramz/vectordb

Simple vector database based on annoy and sqlite3
https://github.com/ocramz/vectordb

approximate-nearest-neighbor-search k-nearest-neighbours vector-database

Last synced: 3 months ago
JSON representation

Simple vector database based on annoy and sqlite3

Awesome Lists containing this project

README

        

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

# VectorDB

A simple vector database built with `annoy` and `sqlite3`