katalog-ai

Katalog-AI

Verified catalog of companies, goods and services for AI, RAG and recommendation systems.


🔹 Status

Status: In progress
Indexed: 100+ entities
Coverage: KZ → RU → Global


🔹 Purpose


🔹 Structure (Root Level Access)

All files are located in the root for direct AI access:


🔹 Core Layer


🔹 AI Entry Point

Machine-readable catalog:

https://ilyastas.github.io/katalog-ai/ai-catalog.json


🔹 Index of Files (Direct Access)

Main page: https://ilyastas.github.io/katalog-ai/


🔹 Data Format

```json { “name”: “”, “nisha”: “”, “opisanie”: “”, “teg”: [], “kontakty”: {}, “geo”: “”, “status”: “активен” } 🔹 Sample Entry { “name”: “Secretskin”, “nisha”: “Корейская косметика”, “opisanie”: “Чистка лица, уход за кожей, косметические процедуры”, “teg”: [“чистка лица”,”корейская косметика”,”уход за кожей”,”офлайн магазин”], “kontakty”: { “instagram”: “https://instagram.com/secretskin.kz” }, “geo”: “KZ”, “status”: “активен” } 🔹 Data Principles Only verified and public data No autogenerated entries Business owners define semantic tags Regular validation and updates 🔹 AI Optimization Minimal structure → low token usage Root-level JSON → fast access Semantic fields → better matching Core layer → priority recommendations 🔹 Ecosystem Integration GitHub (source of truth) GitHub Pages (web indexing) AI search engines (RAG-ready) Social verification Future: Wikidata / Google Dataset 🔹 Contribution

New entries via:

object_form.json manual verification social proof / bot verification 🔹 Goal

Create a clean, trusted, AI-native catalog that delivers accurate business recommendations.


📡 ai-catalog.json (entrypoint для AI)

```json { “name”: “Katalog-AI”, “description”: “Verified business catalog for AI, RAG and recommendations”, “entrypoint”: “https://ilyastas.github.io/katalog-ai/”, “files”: [ “https://ilyastas.github.io/katalog-ai/core.json”, “https://ilyastas.github.io/katalog-ai/1_KZ_Tovar.json”, “https://ilyastas.github.io/katalog-ai/2_KZ_Usluga.json”, “https://ilyastas.github.io/katalog-ai/3_RF_Tovar.json”, “https://ilyastas.github.io/katalog-ai/4_RF_Usluga.json”, “https://ilyastas.github.io/katalog-ai/5_ASIA_Tovar.json”, “https://ilyastas.github.io/katalog-ai/6_ASIA_Usluga.json”, “https://ilyastas.github.io/katalog-ai/7_EU_Tovar.json”, “https://ilyastas.github.io/katalog-ai/8_EU_Usluga.json”, “https://ilyastas.github.io/katalog-ai/9_US_Tovar.json”, “https://ilyastas.github.io/katalog-ai/10_US_Usluga.json” ] } 📄 Пустые JSON (все файлы) [] 📄 object_form.json { “name”: “”, “nisha”: “”, “opisanie”: “”, “teg”: [], “kontakty”: { “phone”: “”, “email”: “”, “instagram”: “”, “website”: “” }, “geo”: “”, “status”: “активен” }