Skip to main content

High-performance vector database with auto-tuning capabilities

Project description

VecminDB Python Bindings

This is the Python binding for VecminDB, a high-performance vector database with auto-tuning capabilities.

Installation

pip install vecmindb

Quick Start

import vecmindb

# Connect to database
db = vecmindb.connect("./data")

# Create collection
db.create_collection("vectors", dimension=128)

# Insert vectors
db.insert("vectors", [
    {"id": "vec1", "vector": [0.1, 0.2, ...]},
    {"id": "vec2", "vector": [0.3, 0.4, ...]}
])

# Search
results = db.search("vectors", query=[0.1, 0.2, ...], k=10)
print(results)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vecmindb-0.1.0-cp312-cp312-manylinux_2_34_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

File details

Details for the file vecmindb-0.1.0-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for vecmindb-0.1.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 586d34b2457bf0fd6aa245e5d246f99134d2661ca94b2d64c408925d90655aac
MD5 13b21134917bbe7c8c2876fefab84887
BLAKE2b-256 86ebd13ac506c1371a7ff63d83996d4316dd0d45d2a49a5c07e3b2972193e1fd

See more details on using hashes here.

Supported by

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