Metadata-Version: 2.4
Name: uni-db-onnx
Version: 2.3.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Summary: Python bindings for Uni Graph Database (slim — ONNX + remote APIs, no candle/mistralrs)
Author-email: "Dragonscale Industries Inc." <dev@dragonscale.ai>
License: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://rustic-ai.github.io/uni-db
Project-URL: Homepage, https://www.rustic.ai
Project-URL: Issues, https://github.com/rustic-ai/uni-db/issues
Project-URL: Repository, https://github.com/rustic-ai/uni-db

# uni-db-onnx

Python bindings for Uni Graph Database — **slim variant**: the unified xervo `local/onnx` provider (raw, rerank, embed) plus all 8 remote API providers, **without** candle or mistralrs. Smaller wheel, faster cold start; suitable when local LLM inference isn't needed.

ORT is statically linked (CPU); no `ORT_DYLIB_PATH` setup required.

```
pip install uni-db-onnx
```

For the full wheel matrix (default-everything, CUDA, Apple GPU/ANE), see the [migration guide](https://github.com/rustic-ai/uni-db/blob/main/docs/migrations/0.9.0-wheel-matrix-collapse.md). For full documentation, see https://rustic-ai.github.io/uni-db.

The Python API is identical across all `uni-db` wheel variants — pick the wheel that matches the providers and accelerator your deployment needs.

