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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vdb37-0.5.0-cp312-none-win_amd64.whl
(650.1 kB
view details)
File details
Details for the file vdb37-0.5.0.tar.gz.
File metadata
- Download URL: vdb37-0.5.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0593970a0d87deda3ea9182a87169447c1e5f5907eb4d71f9cafae4599a62ae3
|
|
| MD5 |
3dd073840ee293ee2f63170ef6fd763d
|
|
| BLAKE2b-256 |
d75d465c54b6b690ee512047a1d5a1b1d8135fa4538559944c0f179b35afff87
|
File details
Details for the file vdb37-0.5.0-cp312-none-win_amd64.whl.
File metadata
- Download URL: vdb37-0.5.0-cp312-none-win_amd64.whl
- Upload date:
- Size: 650.1 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50f8674640bdbaa0d2b324f4f343e2fc28ed911181251cf4f5f792354952eb9b
|
|
| MD5 |
1241506d6e4dd0e798edd00dd216354d
|
|
| BLAKE2b-256 |
fa206429c78ec2b4a7836448121adadb668db3e0dc99e453c7cdcdfe0017af05
|