topic: vec
27 modules sharing the vec name family (derived from the tree's prefix discipline).
The 'vec' topic family in the Nishi sovereign ecosystem provides tools for vector operations and embeddings, supporting advanced search and data processing. The nx_vec module serves as a dynamic array for i64 values, forming the foundational structure. nx_vec_embed generates text embeddings for sovereign distributional semantics, while nx_vec_fuse combines ranked results using hybrid search techniques. These modules work together to enable efficient and semantically rich data handling within the ecosystem.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_vec.nx | dynamic-array of i64 (Phase G7 in the roadmap). | 110 | 9 |
| nx_vec_add.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_add_test.nx | 18 | 1 | |
| nx_vec_and.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_and_test.nx | 18 | 1 | |
| nx_vec_embed.nx | R-VEC-1 of the onsite-search S-class ladder: SOVEREIGN text->vector embeddings (LIBRARY), | 40 | 3 |
| nx_vec_embed_gate.nx | gate for R-VEC-1 (nx_vec_embed): proves sovereign distributional semantics on a | 50 | 5 |
| nx_vec_fuse.nx | R-VEC-5 of the onsite-search S-class ladder: SOVEREIGN hybrid-search rank fusion (LIBRARY). | 44 | 3 |
| nx_vec_fuse_gate.nx | KAT for R-VEC-5 (nx_vec_fuse). Proves the defining RRF/hybrid behavior with two ranked | 45 | 6 |
| nx_vec_hybrid_gate.nx | INTEGRATION proof that R-VEC-0 (kernel) + R-VEC-1 (embeddings) + R-VEC-5 (RRF fusion) | 79 | 7 |
| nx_vec_index.nx | R3 rung 1: a SOVEREIGN integer dense-vector store + exact cosine k-NN = the MILVUS/ANN | 126 | 10 |
| nx_vec_kernel.nx | R-VEC-0 of the onsite-search S-class ladder: the SOVEREIGN vector-math kernel (LIBRARY), | 58 | 3 |
| nx_vec_kernel_gate.nx | KAT gate for R-VEC-0 (nx_vec_kernel). Known cosines a human can verify by hand: | 38 | 5 |
| nx_vec_min.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_min_test.nx | 18 | 1 | |
| nx_vec_nsw.nx | R-VEC-3 of the onsite-search S-class ladder: SOVEREIGN approximate-nearest-neighbor INDEX via | 88 | 3 |
| nx_vec_nsw_gate.nx | KAT for R-VEC-3 (nx_vec_nsw): the NSW graph search returns the TRUE nearest neighbor | 59 | 7 |
| nx_vec_or.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_or_test.nx | 18 | 1 | |
| nx_vec_sub.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_sub_test.nx | 18 | 1 | |
| nx_vec_vq.nx | R-VEC-4 of the onsite-search S-class ladder: SOVEREIGN vector quantization (LIBRARY). Raw f32 | 42 | 4 |
| nx_vec_vq_gate.nx | KAT for R-VEC-4 (nx_vec_vq): k-means VQ groups same-cluster vectors under one code, with | 45 | 7 |
| nx_vec_xor.nx | AUTO-GENERATED from shape `pairwise_array_op`. | 28 | 1 |
| nx_vec_xor_test.nx | 18 | 1 | |
| vec.nx | dynamic-array of i64 (Phase G7 in the roadmap). | 104 | 9 |
| vec_test.nx | self-test for vec.nx. | 45 | 1 |