Deterministic vector execution, replayable ANN, and provenance-aware indexing for the bijux-canon package family from Bijux.
Project description
bijux-canon-index
bijux-canon-index is the vector execution package in bijux-canon. It does
more than "run a nearest-neighbor query." It executes a declared vector
operation against a concrete backend, records enough provenance to explain the
result later, and supports replay-oriented comparison when determinism matters.
If you need to understand vector-store adapters, embedding execution, capability profiles, replay semantics, or provenance-aware result comparison, start here. If you need document preparation, runtime governance, or repository tooling, you are outside this package's boundary.
Legacy continuity
- compatibility package:
bijux-vex - legacy import root:
bijux_vex - legacy command:
bijux-vex - canonical migration guide: https://bijux.io/bijux-canon/compat-packages/migration-guidance/
- retired repository target: https://github.com/bijux/bijux-vex
What this package owns
- vector execution semantics and backend orchestration
- provenance-aware result artifacts and replay-oriented comparison
- plugin-backed vector store, embedding, and runner integration
- package-local HTTP behavior and related schemas
What this package does not own
- document ingestion and normalization
- runtime-wide authority, persistence, or replay policy
- repository maintenance automation
Source map
src/bijux_canon_index/corefor stable primitives and errorssrc/bijux_canon_index/domainfor execution and provenance semanticssrc/bijux_canon_index/applicationfor package workflowssrc/bijux_canon_index/infrafor backends, adapters, and pluginssrc/bijux_canon_index/interfacesandsrc/bijux_canon_index/apifor boundariespluginsfor plugin development supporttestsfor conformance and replay protection
Read this next
Primary entrypoint
- console script:
bijux-canon-index
Changelog
All notable changes to bijux-canon-index are documented here.
Historical release entries below preserve the wording that shipped with the tagged release, including legacy distribution naming where applicable.
0.3.0 - 2026-04-05
Added
- Package-local and spec documentation now explain the package mental model, failure semantics, vector-store profiles, and freeze criteria in clearer human-facing language.
Changed
- The package was realigned under the canonical
bijux-canon-indexidentity, including namespace, application, interface, and orchestration surfaces. - CLI workflows were split into clearer command groups for execution, ingest, query, validation, maintenance, and workspace tasks.
- API routes, request schemas, and orchestration helpers were decomposed into narrower modules for query, mutation, read, capability, and artifact workflows.
- Backend and orchestration support code was separated into smaller helpers for embedding preparation, ingest persistence, capability reporting, execution tracking, non-deterministic guard state, and artifact materialization.
- PyPI metadata, search keywords, and project URLs now make the canonical index package easier to discover from package indexes and Bijux-owned docs.
- The package README now uses PyPI-safe badge and link targets, and it points
legacy
bijux-vexusers to the canonical migration path and retired repository guidance. - Package-local PyPI publication guidance is now checked in and shipped with the source distribution so index release expectations stay attached to the package.
- Build-time version metadata now writes to a generated module so packaging commands stop dirtying the tracked source tree.
- Package-local ignore rules now cover Python package metadata directories so unpacked release artifacts stay cleaner during local validation.
- OpenAPI freeze artifacts and release-gate expectations were refreshed to match the current FastAPI-generated validation schema and 422 response wording.
Fixed
- CLI help and freeze-spec coverage were restored after the package reorganization.
- Runtime state and generated artifacts were moved under the artifacts root so package trees stay cleaner during checks.
- Source distributions now include the full
src/bijux_canon_indextree instead of publishing only the typed marker file. - Release artifacts now ship the repository
LICENSEfile so downstream consumers receive the license text with the published package. - The checked-in YAML and JSON OpenAPI artifacts are back in sync so repository-level API contract checks validate the same v1 surface.
- The checked-in v1 schema now includes the current FastAPI validation error shape so API drift checks match the live application contract.
0.2.0 – 2026-02-03
Added
- Explicit vector store adapters (memory/sqlite, FAISS, Qdrant) with capability reporting and status commands.
- Non‑Deterministic (ND) execution model with budgets, quality metrics, witness options, and provenance audit fields.
- Embedding provider interface, cache controls, and embedding provenance metadata.
- Determinism fingerprints, replay gates, and conformance tests for stability.
- Benchmarks, dataset generator, and baseline regression checks.
- Human‑first documentation, contracts, and operational guides (trust model, safety, failure modes).
Changed
- CLI and API now require explicit vector store selection for persistence/ANN routes.
- Refusal semantics are standardized and surfaced consistently across CLI/API/provenance.
- Docs and onboarding flow rewritten for clarity, with explicit anti‑goals and guarantees.
Fixed
- Deterministic ordering rules and replay checks hardened across backends.
- Redaction rules tightened to prevent credential leakage in logs and provenance.
0.1.0 – first public release
- First public, contract-complete release of bijux-vex.
- Deterministic execution with replayable artifacts and provenance.
- Non-deterministic execution via ANN with approximation reports and randomness audit.
- CLI and FastAPI v1 surfaces frozen; OpenAPI schema versioned.
- Provenance, determinism, and execution ABI enforced via conformance tests.
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_canon_index-0.3.0.tar.gz.
File metadata
- Download URL: bijux_canon_index-0.3.0.tar.gz
- Upload date:
- Size: 117.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc1e75bc906f456120937c09322e608f63e67306819e3baa1c0730dc9b7f038a
|
|
| MD5 |
f039b28d0cb899453752274f05dc0ac8
|
|
| BLAKE2b-256 |
ba4c1eb9ddf321d2c28a8c85c6eeb9932604ad77fcf539f2cb818cfa890af03d
|
File details
Details for the file bijux_canon_index-0.3.0-py3-none-any.whl.
File metadata
- Download URL: bijux_canon_index-0.3.0-py3-none-any.whl
- Upload date:
- Size: 196.3 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 |
02b5ca89ba97ac4a5a7bbbc11430a68542c52f82234320678fe43a4506ebb236
|
|
| MD5 |
a36dd43fda36adb45d357cbcf30b92ac
|
|
| BLAKE2b-256 |
944eccf1f0e75dbea6adce4fe7d52d17be791265bccd4a1f17265c040cd1e4f1
|