الملفات
Abdelrahman-17 c4c01470c1
فشلت بعض الفحوصات
Ghaymah CI/CD Pipeline / build-and-push (push) Has been cancelled
Ghaymah CI/CD Pipeline / deploy-staging (push) Has been cancelled
Ghaymah CI/CD Pipeline / deploy-production (push) Has been cancelled
Complete Mortakaz integration proposals (Question A bonus)
2026-07-26 18:14:46 +03:00

1.6 KiB

Integration Proposal 1: Fahras (فهرس) x mithal.space

1. Product Description

Fahras (فهرس) is an intelligent content indexing, categorization, and entity-extraction engine tailored for Arabic natural language documents, databases, and media stores.

2. Integration with mithal.space

Fahras integrates directly into the ingest and indexing pipeline of mithal.space:

  • Acts as a pre-processing middleware for documents and web pages scraped or indexed by mithal.space.
  • Performs semantic text analysis, root-word stemming, and contextual tag generation before indexing data into the main search engine.

3. Added Value to End-Users

  • Enhanced Search Accuracy: Users searching on mithal.space receive highly relevant, context-aware Arabic search results rather than simple string matching.
  • Root-based Morphological Search: Handles complex Arabic grammar, synonyms, and roots seamlessly.
  • Auto-Summarization: Displays instant AI-driven rich snippets in search result cards.

4. Architecture Sketch

[ Web Scraper / Data Source ]
              │
              ▼
    [ Fahras Engine ] ──► (NLP Analysis / Stemming / Tagging)
              │
              ▼
   [ mithal.space Search API ] ──► [ Elasticsearch / Vector DB ]
              │
              ▼
      [ End User Query ]
5. Technical & Commercial Challenges
Technical: High latency overhead during real-time indexing of massive data streams. Requires asynchronous queue management (e.g., RabbitMQ/Kafka).

Commercial: Licensing costs for high-throughput NLP models and compute resource demands.