hadith-api/app
salah 9d51393c86 feat: Implement Hadith and Narrator endpoints with search functionality
- Added Hadith endpoints for retrieving details, listing by collection, and searching by keyword, topic, and narrator.
- Introduced Narrator endpoints for searching narrators, retrieving profiles, and exploring interactions.
- Created search endpoints for semantic and full-text search capabilities using Qdrant and Elasticsearch.
- Established a database connection manager for PostgreSQL, Neo4j, Qdrant, and Elasticsearch.
- Configured Kubernetes deployment with necessary secrets and environment variables for the API.
- Updated requirements.txt with necessary dependencies for the application.
2026-02-26 22:17:58 +01:00
..
models feat: Implement Hadith and Narrator endpoints with search functionality 2026-02-26 22:17:58 +01:00
routers feat: Implement Hadith and Narrator endpoints with search functionality 2026-02-26 22:17:58 +01:00
services feat: Implement Hadith and Narrator endpoints with search functionality 2026-02-26 22:17:58 +01:00
__init__.py feat: Implement Hadith and Narrator endpoints with search functionality 2026-02-26 22:17:58 +01:00
config.py feat: Implement Hadith and Narrator endpoints with search functionality 2026-02-26 22:17:58 +01:00
main.py feat: Implement Hadith and Narrator endpoints with search functionality 2026-02-26 22:17:58 +01:00