Skip to main content

proximadb

Python client SDK for ProximaDB — a cloud-native vector + graph database engineered for AI-first applications (vector search, OLTP/OLAP, graph, document, multimodal) over REST, gRPC, Arrow Flight, and the PostgreSQL wire protocol.

  • Distribution: proximadb (PyPI) · import: proximadb_sdk
  • In-process engine: proximadb_embedded (native PyO3 wheels) — pip install 'proximadb[embedded]'

Install

pip install proximadb                 # client SDK (REST/gRPC/Flight)
pip install 'proximadb[embedded]'     # + in-process native engine (no server)
pip install 'proximadb[embeddings]'   # + local embedding providers
pip install 'proximadb[codegraph]'    # + shared code->CPG chunker (victor-codegraph)

Extras compose, e.g. pip install 'proximadb[embeddings,langchain,llama_index]'.

Quickstart

from proximadb_sdk import ProximaDBClient

client = ProximaDBClient(url="http://localhost:5678")
client.create_collection("docs", dimension=384)
client.insert("docs", vectors=[...], ids=[...])
hits = client.search("docs", query=[...], top_k=5)

Embedded (in-process, no server):

from proximadb_embedded import Client  # requires the [embedded] extra

db = Client(data_dir="./data")

Transports

The SDK speaks REST (ergonomics), gRPC (typed RPC), and Arrow Flight (zero-copy bulk) on ProximaDB's multiplexed port, plus standard PostgreSQL drivers via pgwire. The REST surface is generated from the canonical OpenAPI spec behind an ergonomic facade.

License

Apache-2.0.

Download files

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

Source Distribution

proximadb-0.3.0.tar.gz (1.8 MB view details)

Uploaded Source

Built Distribution

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

proximadb-0.3.0-py3-none-any.whl (1.0 MB view details)

Uploaded Python 3

File details

Details for the file proximadb-0.3.0.tar.gz.

File metadata

  • Download URL: proximadb-0.3.0.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for proximadb-0.3.0.tar.gz
Algorithm Hash digest
SHA256 705cd8852a17090a77f8451ab8922989783b4578181ebec5848388d734a2bf14
MD5 a262882f718acb980cde1b87b3a82b8d
BLAKE2b-256 6b872597a73633164d91cc3faebd315e3145c9b52142844ae68f2725e64400c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for proximadb-0.3.0.tar.gz:

Publisher: release-python.yml on anvai-labs/proximaDB

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file proximadb-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: proximadb-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for proximadb-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c6cbf8a554b278864bf4f7e0ddf845c7193535da34ffa436bd814f562d851cd0
MD5 7fdc69a67e54c89288cbb60c88513f1f
BLAKE2b-256 41b3ecddc4cd2439cec20c4442a2400b913f6a0a099bd4e0af25fb3f36bf0f6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for proximadb-0.3.0-py3-none-any.whl:

Publisher: release-python.yml on anvai-labs/proximaDB

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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