Semantic vector search engine using Z-equation mathematics. Part of the Inference-X ecosystem.
| .gitignore | ||
| ingest.py | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| z_api.py | ||
| z_com.py | ||
| z_create.py | ||
| z_extract.py | ||
| z_heal.py | ||
| z_ifs.py | ||
| z_measure.py | ||
| z_search.py | ||
| z_store.py | ||
IX Atlas
Part of the Inference-X Ecosystem
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