bijux-vex 0.2.0__py3-none-any.whl → 0.2.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
bijux_vex/_version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.2.0'
32
- __version_tuple__ = version_tuple = (0, 2, 0)
31
+ __version__ = version = '0.2.2'
32
+ __version_tuple__ = version_tuple = (0, 2, 2)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,17 +1,38 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bijux-vex
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: Vector execution runtime with replayable determinism and audited ANN (nothing implicit).
5
- Project-URL: Homepage, https://bijux.github.io/bijux-vex/
5
+ Project-URL: Homepage, https://github.com/bijux/bijux-vex
6
+ Project-URL: Repository, https://github.com/bijux/bijux-vex.git
7
+ Project-URL: Bug Tracker, https://github.com/bijux/bijux-vex/issues
6
8
  Project-URL: Documentation, https://bijux.github.io/bijux-vex/
7
- Project-URL: Source, https://github.com/bijux/bijux-vex
8
- Project-URL: Issues, https://github.com/bijux/bijux-vex/issues
9
- Project-URL: Changelog, https://github.com/bijux/bijux-vex/blob/main/CHANGELOG.md
9
+ Project-URL: Changelog, https://bijux.github.io/bijux-vex/changelog
10
+ Project-URL: Discussions, https://github.com/bijux/bijux-vex/discussions
10
11
  Project-URL: Security, https://github.com/bijux/bijux-vex/blob/main/SECURITY.md
11
12
  Project-URL: Funding, https://github.com/sponsors/bijux
12
13
  Author-email: Bijan Mousavi <mousavi.bijan@gmail.com>
13
14
  Maintainer-email: Bijan Mousavi <mousavi.bijan@gmail.com>
14
- License: MIT
15
+ License: MIT License
16
+
17
+ Copyright (c) 2025 Bijan Mousavi
18
+
19
+ Permission is hereby granted, free of charge, to any person obtaining a copy
20
+ of this software and associated documentation files (the "Software"), to deal
21
+ in the Software without restriction, including without limitation the rights
22
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23
+ copies of the Software, and to permit persons to whom the Software is
24
+ furnished to do so, subject to the following conditions:
25
+
26
+ The above copyright notice and this permission notice shall be included in all
27
+ copies or substantial portions of the Software.
28
+
29
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35
+ SOFTWARE.
15
36
  License-File: LICENSE
16
37
  Keywords: ann,audit,bijux,determinism,execution,nearest-neighbor,provenance,replay,reproducibility,vector,vector-search,vex
17
38
  Classifier: Development Status :: 4 - Beta
@@ -100,77 +121,51 @@ Requires-Dist: numpy<3.0,>=1.26; extra == 'vdb'
100
121
  Requires-Dist: qdrant-client<2.0,>=1.9.0; extra == 'vdb'
101
122
  Description-Content-Type: text/markdown
102
123
 
103
- <p align="center">
104
- <img src="https://raw.githubusercontent.com/bijux/bijux-vex/main/docs/assets/bijux_logo_hq.png" alt="Bijux-Vex" width="180" />
105
- </p>
124
+ # bijux-vex — explicit vector execution
106
125
 
107
- # bijux-vex
126
+ [![PyPI - Version](https://img.shields.io/pypi/v/bijux-vex.svg)](https://pypi.org/project/bijux-vex/)
127
+ [![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/)
128
+ [![Typing: typed (PEP 561)](https://img.shields.io/badge/typing-typed-4F8CC9.svg)](https://peps.python.org/pep-0561/)
129
+ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/bijux/bijux-vex/raw/main/LICENSES/MIT.txt)
130
+ [![Documentation](https://img.shields.io/badge/docs-GitHub%20Pages-brightgreen)](https://bijux.github.io/bijux-vex/)
131
+ [![CI Status](https://github.com/bijux/bijux-vex/actions/workflows/ci.yml/badge.svg)](https://github.com/bijux/bijux-vex/actions)
108
132
 
109
- **Vector execution runtime with replayable determinism + audited ANN (nothing implicit).**
133
+ **What it is**
134
+ Bijux‑Vex is a vector execution runtime with replayable determinism and audited ND (ANN).
110
135
 
111
- Why this exists: production vector search drifts quietly. Bijux‑Vex makes correctness explicit, and refuses when guarantees cannot be met.
136
+ **Why it exists**
137
+ Production vector search drifts quietly. Bijux‑Vex makes correctness explicit and refuses when guarantees cannot be met.
112
138
 
113
- If you only read one page, read this: https://bijux.github.io/bijux-vex/user/only_read_one_page/
139
+ **Anti‑goals**
140
+ Not a vector DB. Not a RAG framework. Not a hosted service. No implicit “best‑effort” correctness.
114
141
 
115
- ## Why bijux-vex
116
-
117
- - Replayable determinism for results you can defend
118
- - Audited, bounded ND (ANN) instead of silent approximation
119
- - Nothing implicit: fail‑closed by design
120
-
121
- ## Hello world (deterministic, exact)
142
+ ## Quickstart (deterministic)
122
143
 
123
144
  ```bash
124
- bijux vex ingest --doc "hello" --vector "[0.0, 1.0, 0.0]" \
145
+ python -m bijux_vex.boundaries.cli.app ingest --doc "hello" --vector "[0,1,0]" --vector-store memory
146
+ python -m bijux_vex.boundaries.cli.app materialize --execution-contract deterministic --vector-store memory
147
+ python -m bijux_vex.boundaries.cli.app execute --vector "[0,1,0]" \
148
+ --execution-contract deterministic \
149
+ --execution-intent exact_validation \
125
150
  --vector-store memory
126
- bijux vex materialize --execution-contract deterministic --vector-store memory
127
- bijux vex execute --artifact-id art-1 \
128
- --execution-contract deterministic --execution-intent exact_validation \
129
- --execution-mode strict --vector "[0.0, 1.0, 0.0]"
130
- ```
131
-
132
- ## Hello world (ND / ANN with quality)
133
-
134
- ```bash
135
- bijux vex materialize --execution-contract non_deterministic --index-mode ann \
136
- --vector-store faiss --vector-store-uri ./index.faiss
137
- bijux vex execute --artifact-id art-1 \
138
- --execution-contract non_deterministic --execution-intent exploratory_search \
139
- --execution-mode bounded --randomness-seed 42 --randomness-sources ann_probe \
140
- --nd-witness sample --vector "[0.0, 1.0, 0.0]"
141
151
  ```
142
152
 
143
- ## Concept map (instant mental model)
144
-
145
- ```
146
- request → plan → execute → provenance
147
- ├─ deterministic (exact)
148
- └─ ND (ANN) + quality
149
- vector store: optional + explicit
150
- ```
151
-
152
- ## When NOT to use this
153
-
154
- - Not a vector DB (no implicit CRUD or query language)
155
- - Not a RAG framework (no prompts, no orchestration)
156
- - Not a hosted service (you run it)
157
-
158
- ## Stability & support
153
+ ## Start Here
159
154
 
160
- - Supported Python: 3.11–3.14
161
- - Determinism: stable and replayable
162
- - ND (ANN): experimental but audited and bounded
155
+ - Start here (10 minutes): https://bijux.github.io/bijux-vex/user/start_here_10_minutes/
156
+ - Start here (human): https://bijux.github.io/bijux-vex/user/start_here_human/
157
+ - Start here (canonical doc): `docs/user/start_here.md`
158
+ - Why Bijux‑Vex exists: https://bijux.github.io/bijux-vex/user/why_bijux_vex_exists/
159
+ - Docs home: https://bijux.github.io/bijux-vex/
163
160
 
164
- ## Getting help / reporting issues
161
+ ## Production readiness (explicit)
165
162
 
166
- GitHub issues: https://github.com/bijux/bijux-vex/issues
167
- Include `bijux vex debug-bundle` output when reporting a bug.
163
+ - Determinism enforced and replayable
164
+ - ND is bounded and audited
165
+ - CI gates required before release
168
166
 
169
- ## Quick links
167
+ ## Project values
170
168
 
171
- - Start Here (10 minutes): https://bijux.github.io/bijux-vex/user/start_here_10_minutes/
172
- - Start Here (human): https://bijux.github.io/bijux-vex/user/start_here_human/
173
- - Concept Map: https://bijux.github.io/bijux-vex/user/concept_map/
174
- - ND Production Guide: https://bijux.github.io/bijux-vex/guides/nd_production/
175
- - Security Policy: https://github.com/bijux/bijux-vex/blob/main/SECURITY.md
176
- - Changelog: https://github.com/bijux/bijux-vex/blob/main/CHANGELOG.md
169
+ - Correctness over convenience
170
+ - Explicit over implicit
171
+ - Honest failure over silent success
@@ -0,0 +1,7 @@
1
+ bijux_vex/_version.py,sha256=o3ZTescp-19Z9cvBGq9dQnbppljgzdUYUf98Nov0spY,704
2
+ bijux_vex/py.typed,sha256=NU-OYcV83NloaV7vtRk0bk8kc64u5PuiDkBRJwvHkBE,107
3
+ bijux_vex-0.2.2.dist-info/METADATA,sha256=EQbOh3-Qx6g-Rb5SsfFIyzigjaBwkn2_erO2IDuVzEI,8590
4
+ bijux_vex-0.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ bijux_vex-0.2.2.dist-info/entry_points.txt,sha256=CvD_SRleGRmZJp49y1VMy-GpVh4KPse0kW7JLGyE26g,234
6
+ bijux_vex-0.2.2.dist-info/licenses/LICENSE,sha256=JtT2Sv8_KhmjvSaHKZVexlCuwWiKuqtNOVY-xolsRAo,1070
7
+ bijux_vex-0.2.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.28.0
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,7 +0,0 @@
1
- bijux_vex/_version.py,sha256=Dg8AmJomLVpjKL6prJylOONZAPRtB86LOce7dorQS_A,704
2
- bijux_vex/py.typed,sha256=NU-OYcV83NloaV7vtRk0bk8kc64u5PuiDkBRJwvHkBE,107
3
- bijux_vex-0.2.0.dist-info/METADATA,sha256=fWey2D5rziRBn-c_MKOFx4uiXI8429kYnwUTqIeIAbg,7773
4
- bijux_vex-0.2.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
5
- bijux_vex-0.2.0.dist-info/entry_points.txt,sha256=CvD_SRleGRmZJp49y1VMy-GpVh4KPse0kW7JLGyE26g,234
6
- bijux_vex-0.2.0.dist-info/licenses/LICENSE,sha256=JtT2Sv8_KhmjvSaHKZVexlCuwWiKuqtNOVY-xolsRAo,1070
7
- bijux_vex-0.2.0.dist-info/RECORD,,