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 +2 -2
- {bijux_vex-0.2.0.dist-info → bijux_vex-0.2.2.dist-info}/METADATA +60 -65
- bijux_vex-0.2.2.dist-info/RECORD +7 -0
- {bijux_vex-0.2.0.dist-info → bijux_vex-0.2.2.dist-info}/WHEEL +1 -1
- bijux_vex-0.2.0.dist-info/RECORD +0 -7
- {bijux_vex-0.2.0.dist-info → bijux_vex-0.2.2.dist-info}/entry_points.txt +0 -0
- {bijux_vex-0.2.0.dist-info → bijux_vex-0.2.2.dist-info}/licenses/LICENSE +0 -0
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.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 2,
|
|
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.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Vector execution runtime with replayable determinism and audited ANN (nothing implicit).
|
|
5
|
-
Project-URL: Homepage, https://
|
|
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:
|
|
8
|
-
Project-URL:
|
|
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
|
-
|
|
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
|
-
|
|
126
|
+
[](https://pypi.org/project/bijux-vex/)
|
|
127
|
+
[](https://www.python.org/)
|
|
128
|
+
[](https://peps.python.org/pep-0561/)
|
|
129
|
+
[](https://github.com/bijux/bijux-vex/raw/main/LICENSES/MIT.txt)
|
|
130
|
+
[](https://bijux.github.io/bijux-vex/)
|
|
131
|
+
[](https://github.com/bijux/bijux-vex/actions)
|
|
108
132
|
|
|
109
|
-
**
|
|
133
|
+
**What it is**
|
|
134
|
+
Bijux‑Vex is a vector execution runtime with replayable determinism and audited ND (ANN).
|
|
110
135
|
|
|
111
|
-
Why
|
|
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
|
-
|
|
139
|
+
**Anti‑goals**
|
|
140
|
+
Not a vector DB. Not a RAG framework. Not a hosted service. No implicit “best‑effort” correctness.
|
|
114
141
|
|
|
115
|
-
##
|
|
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
|
-
|
|
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
|
-
##
|
|
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
|
-
-
|
|
161
|
-
-
|
|
162
|
-
-
|
|
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
|
-
##
|
|
161
|
+
## Production readiness (explicit)
|
|
165
162
|
|
|
166
|
-
|
|
167
|
-
|
|
163
|
+
- Determinism enforced and replayable
|
|
164
|
+
- ND is bounded and audited
|
|
165
|
+
- CI gates required before release
|
|
168
166
|
|
|
169
|
-
##
|
|
167
|
+
## Project values
|
|
170
168
|
|
|
171
|
-
-
|
|
172
|
-
-
|
|
173
|
-
-
|
|
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,,
|
bijux_vex-0.2.0.dist-info/RECORD
DELETED
|
@@ -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,,
|
|
File without changes
|
|
File without changes
|