Skip to main content

Simple vector database with Rust.

Project description

vdb37

Vector database. 37 is a prime number.

from vdb37 import VectorDatabase, Vector

db = VectorDatabase()
db.insert(Vector([1, 2, 3]))
db.search(Vector([1, 2, 2]), k=1)

Why?

This is just a simple vector database implementation. I asked AI for help as my math is undoubtedly bad.

The backend is PyO3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vdb37-0.5.0.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

vdb37-0.5.0-cp312-none-win_amd64.whl (650.1 kB view hashes)

Uploaded CPython 3.12 Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page