-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Please tell us about yourself:
Soufiyane Ait Moulay, Cloud/DevOps and AI Engineer building an Islamic knowledge platform.
Contact: soufiyane.aitmoulay@gmail.com
Your purpose in using this API:
We are building an AI-powered hadith assistant that allows users to search for hadith by meaning in natural language (semantic search), retrieve the full chain of narration (sanad), and explore narrator information. Rather than keyword matching, we generate vector embeddings from the hadith texts to enable meaning-based retrieval for example, a user asking "what did the Prophet say about honesty in trade" would surface all relevant hadith even without exact keyword matches.
All hadith will be stored in our own vector database, fully attributed to sunnah.com as the original source, with links back to the corresponding pages.
API rate limits:
Not applicable — we are requesting an offline data dump only, not API access. A static dump is a better fit for our use case since we process and index the data locally.
Offline dump vs. API access:
Offline dump only. We need the full hadith dataset to generate embeddings and build a local vector search index. API access is not required.
Languages needed:
Arabic and English.
Programming language:
TypeScript (Node.js) and Python.