Skip to main content

SERAPH — deterministic semantic-geometry memory substrate (engine + licensing CLI)

Project description

SERAPH

A geometric substrate for structured knowledge.

SERAPH is a storage and retrieval engine that organizes content through emergent geometric structure rather than explicit schemas. It provides cryptographic provenance, semantic search, and chain-of-custody guarantees from genesis to tip.


Install

pip install seraph-db

The wheel includes the full engine with a built-in encoder. For higher encode throughput on NVIDIA GPUs, swap in a GPU or ONNX Runtime build from GitHub Releases — same API, faster ingest.

Quick Start

1. Activate Your License

A license is required before the engine will accept operations:

# Browser-based (opens your default browser)
seraph license activate

# Headless (email verification with 6-digit code)
seraph license activate --email you@company.com

2. Verify

seraph license status

3. Use

import seraph

store = seraph.SeraphStore("my_store.sfg")
store.put("The quick brown fox jumps over the lazy dog.")
hits = store.search("fast animal", k=5)
for hit in hits:
    print(f"{hit.score:.3f}  {hit.text}")
store.close()

What's Included

The seraph-db wheel contains:

Component Description
seraph Python module Compiled Rust extension (PyO3) with built-in encoder
seraph CLI License management and store utilities

The CLI is installed as a console entry point — run seraph --help after install.

Accelerated Builds

The pip wheel works out of the box. For production workloads with NVIDIA GPUs, drop-in replacements are available from GitHub Releases — same API, hardware-accelerated encoding:

Variant Backend Best for
pip wheel candle (pure Rust) Universal — works everywhere, no dependencies
GPU candle + CUDA GPU-accelerated encoding
ONNX ONNX Runtime CUDA EP Maximum encoder throughput (~3x faster than candle GPU)

API Reference

Full API documentation:


CLI Reference

seraph license activate              Activate a free license (opens browser)
seraph license activate --email E    Headless activation via email verification
seraph license install [path]        Install a license file
seraph license status                Show current license details

Licensing

SERAPH is proprietary software licensed by Tree D Interactive LLC.

Tier Eligibility Fee Scope
Free Annual revenue under $500K $0 Development, evaluation, prototyping, non-commercial research. No production deployment.
Commercial Annual revenue $500K+ $10,000/year Production deployment on your own infrastructure. No multi-tenant SaaS, white-label, or redistribution.
Enterprise Multi-tenant SaaS, embedded redistribution, third-party deployment Contact us Per Order Form.

See the License Agreement and Pricing Schedule for full terms.

For licensing inquiries: licensing@tree-d-interactive.net


Support

  • Free & Commercial: GitHub Issues on this repository
  • Enterprise: Direct support channel per agreement

Copyright (c) 2025-2026 Tree D Interactive LLC. All rights reserved.

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 Distributions

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

seraph_db-0.1.1-cp38-abi3-win_amd64.whl (5.5 MB view details)

Uploaded CPython 3.8+Windows x86-64

seraph_db-0.1.1-cp38-abi3-manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.8+

File details

Details for the file seraph_db-0.1.1-cp38-abi3-win_amd64.whl.

File metadata

  • Download URL: seraph_db-0.1.1-cp38-abi3-win_amd64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.8+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for seraph_db-0.1.1-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 36f88e0b6684639df1587c058b308f5028a81c638537382b0f51e87c3f7500a6
MD5 7c3147a46e52c1181eb180c091742f8d
BLAKE2b-256 cc16e226eb38afef703354c566de996f1d2acbd1a447cceecd5f034c52975fcf

See more details on using hashes here.

File details

Details for the file seraph_db-0.1.1-cp38-abi3-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for seraph_db-0.1.1-cp38-abi3-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e86c93df86725a88c82992a2bf509873af6179d49e9c33e6c9f97a5e1208756
MD5 6c01c8df8b0178fb94fb851e1d955998
BLAKE2b-256 c0b6139397b6933fae79962d5b4670795d844f4e777116e2a2c99b1630686044

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