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
- Host: GitHub
- URL: https://github.com/ocramz/vectordb
- Owner: ocramz
- License: mit
- Created: 2023-01-23T21:01:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T21:09:42.000Z (over 2 years ago)
- Last Synced: 2025-02-01T11:28:39.056Z (5 months ago)
- Topics: approximate-nearest-neighbor-search, k-nearest-neighbours, vector-database
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/ambv/black)# VectorDB
A simple vector database built with `annoy` and `sqlite3`