Vector execution runtime with replayable determinism and audited ANN (nothing implicit).
Project description
bijux-vex — explicit vector execution
What it is
Bijux‑Vex is a vector execution runtime with replayable determinism and audited ND (ANN).
Why it exists
Production vector search drifts quietly. Bijux‑Vex makes correctness explicit and refuses when guarantees cannot be met.
Anti‑goals
Not a vector DB. Not a RAG framework. Not a hosted service. No implicit “best‑effort” correctness.
Quickstart (deterministic)
python -m bijux_vex.boundaries.cli.app ingest --doc "hello" --vector "[0,1,0]" --vector-store memory
python -m bijux_vex.boundaries.cli.app materialize --execution-contract deterministic --vector-store memory
python -m bijux_vex.boundaries.cli.app execute --vector "[0,1,0]" \
--execution-contract deterministic \
--execution-intent exact_validation \
--vector-store memory
Start Here
- Start here (10 minutes): https://bijux.github.io/bijux-vex/user/start_here_10_minutes/
- Start here (human): https://bijux.github.io/bijux-vex/user/start_here_human/
- Start here (canonical doc):
docs/user/start_here.md - Why Bijux‑Vex exists: https://bijux.github.io/bijux-vex/user/why_bijux_vex_exists/
- Docs home: https://bijux.github.io/bijux-vex/
Production readiness (explicit)
- Determinism enforced and replayable
- ND is bounded and audited
- CI gates required before release
Project values
- Correctness over convenience
- Explicit over implicit
- Honest failure over silent success
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bijux_vex-0.2.2.tar.gz.
File metadata
- Download URL: bijux_vex-0.2.2.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ee4e1014e319b8305a7d3f197669f68c93e1fa691093b087322d289a8ab2418
|
|
| MD5 |
db10041b8909d2cc4dfcaac7005628c9
|
|
| BLAKE2b-256 |
30cd7b0e5615b281d7372de512d4b15e1ebeae18a06d3dbbf993bf133e9472f3
|
File details
Details for the file bijux_vex-0.2.2-py3-none-any.whl.
File metadata
- Download URL: bijux_vex-0.2.2-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ac9f82201f518bc9ee7bafbe60cc79a3d6a73e3ab8a3a80f4f3ab16702ae477
|
|
| MD5 |
cf3fb10f3c0c4f20c5b81ab92fcafea3
|
|
| BLAKE2b-256 |
aae23d2562ff9c054bdbfde85bd4e856d1acd7cca9d6dc053778953b2f24fde2
|