Commit Graph

5 Commits

Author SHA1 Message Date
salah 6ab8988cb6 fix: Enhance database connection handling with error logging and default values 2026-02-26 23:13:06 +01:00
salah 439405dead fix: Update collection_name parameter to remove default value for better clarity 2026-02-26 23:05:46 +01:00
salah de270529dd feat: Update deployment configuration and add build & deploy script 2026-02-26 22:38:02 +01:00
salah b81d48a008 fix: Update database credentials and Qdrant host in deployment configuration 2026-02-26 22:24:39 +01:00
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