



tinyvector is a minimal vector database / ANN engine focused on simplicity and compact implementation for educational and small-scale similarity search uses.
Category: Vector Database Engines
Website/Source: https://github.com/0hq/tinyvector
tinyvector is a minimal vector database / approximate nearest neighbor (ANN) engine built with SQLite and PyTorch. It is focused on simplicity and compact implementation for educational use and small-scale similarity search applications. The project is currently in pre-release and still under active development.
tinyvector (this repository)tinyvector-rsBasic commands from the repository:
# Run the server manually
pip install -r requirements.txt
python -m server
# Run tests
pip install pytest pytest-mock
pytest
Loading more......