Skip to main content

TetrixAIDb Python SDK

Async Python client for TetrixAIDb, the AI-native database daemon that unifies vector, keyword, graph, and object storage behind a single binary protocol.

Installation

pip install tetrix-aidb

Requires Python 3.11+.

Quick Start

import asyncio
from tetrix_aidb import ClientConfig, TetrixClient

async def main():
    client = TetrixClient(ClientConfig(
        endpoint="tcp://localhost:7779",
        username="admin",
        password="secret",
    ))
    await client.connect()

    health = await client.health()
    print(f"Status: {health.status}")

    await client.close()

asyncio.run(main())

Features

  • Async-first API built on asyncio
  • TCP, TLS, and Unix socket transports
  • Auth-on-connect with automatic session handling
  • Entity indexing, semantic search, and batch operations
  • IAM operations: organizations, users
  • Category management
  • Typed request/response models

License

MIT

Download files

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

Source Distribution

tetrix_sdk-0.4.1.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

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

tetrix_sdk-0.4.1-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file tetrix_sdk-0.4.1.tar.gz.

File metadata

  • Download URL: tetrix_sdk-0.4.1.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tetrix_sdk-0.4.1.tar.gz
Algorithm Hash digest
SHA256 c6ce8a704d7d60e2d9184fd4ded726740c11199d7622ed10b1c65b0e6e2969e5
MD5 52205072f7f48ce46633391d8559f22c
BLAKE2b-256 d8466aad843db7869251ee60d9bc5f8d59c39434331542f7a3cbb69bc3e7b80b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tetrix_sdk-0.4.1.tar.gz:

Publisher: publish-sdk-python.yaml on deskree-inc/tetrix-ee

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

File details

Details for the file tetrix_sdk-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: tetrix_sdk-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tetrix_sdk-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 19ee4caf7726742fcce0ff2e6dff632f6c53a0ca2558cda130257169d94465a7
MD5 48cd4ac01a384f9c9ac5138591c1bbd7
BLAKE2b-256 cdb6553a0515af0f06e784184583e89f5fb820c1a91c252302b2e6da8e080a8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tetrix_sdk-0.4.1-py3-none-any.whl:

Publisher: publish-sdk-python.yaml on deskree-inc/tetrix-ee

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