Semantic vector search engine using Z-equation mathematics. Part of the Inference-X ecosystem.
Go to file
2026-02-25 00:53:29 +00:00
.gitignore Initial commit 2026-02-25 00:53:25 +00:00
ingest.py Initial commit 2026-02-25 00:53:29 +00:00
LICENSE Initial commit 2026-02-25 00:53:24 +00:00
README.md Initial commit 2026-02-25 00:53:23 +00:00
requirements.txt Initial commit 2026-02-25 00:53:24 +00:00
z_api.py Initial commit 2026-02-25 00:53:25 +00:00
z_com.py Initial commit 2026-02-25 00:53:25 +00:00
z_create.py Initial commit 2026-02-25 00:53:27 +00:00
z_extract.py Initial commit 2026-02-25 00:53:27 +00:00
z_heal.py Initial commit 2026-02-25 00:53:28 +00:00
z_ifs.py Initial commit 2026-02-25 00:53:28 +00:00
z_measure.py Initial commit 2026-02-25 00:53:26 +00:00
z_search.py Initial commit 2026-02-25 00:53:27 +00:00
z_store.py Initial commit 2026-02-25 00:53:26 +00:00

IX Atlas

Part of the Inference-X Ecosystem

License: BSL-1.1 Part of IX

Semantic vector search engine using Z-equation mathematics.

IX Atlas is a pure-Python semantic intelligence layer. It measures the coherence of any text, code, or document using the Z-equation:

Z = dI/d(log s) · exp(iθ)

where I = information content, s = scale, θ = phase / coherence angle.

Features

Module Purpose
z_api.py FastAPI server — REST interface for all operations
z_measure.py Compute Z coherence score for any content
z_extract.py Extract semantic DNA from files
z_store.py Vector database with coherence indexing
z_search.py Find semantically related content
z_create.py Generate content via semantic interpolation
z_heal.py Diagnose and repair semantic inconsistencies
z_com.py Communication layer

Quick Start

pip install numpy
python z_api.py --port 7935

# Measure coherence of any text
curl -X POST http://localhost:7935/measure -d '{"text":"your content here"}'

# Search semantically
curl "http://localhost:7935/search?q=neural+networks&k=5"

Philosophy

Intelligence is not computation — it's connection. The Z-equation measures coherence across scales.

Built in Morocco for the world. 🇲🇦

License

Business Source License 1.1 — Free for personal/research/non-commercial use.

Author: Salka Elmadani · Elmadani.SALKA@proton.me