Commit Graph

7 Commits

Author SHA1 Message Date
salah 3d59c78eb9 fix: Update Qdrant configuration in settings and deployment files for correct host, port, and collection 2026-02-27 00:02:31 +01:00
salah a1a9d2f436 fix: Add import for Optional type to enhance type hinting in settings 2026-02-26 23:42:31 +01:00
salah 0a66b9c0e3 fix: Update fields to use Optional type for better clarity and handling of null values 2026-02-26 23:39:32 +01:00
salah c6191180c8 fix: Update Qdrant port configuration to correct value in settings and deployment files 2026-02-26 23:28:28 +01:00
salah 0d90e93227 fix: Update Qdrant host and port configuration in environment files and deployment settings 2026-02-26 23:20:17 +01:00
salah 6ab8988cb6 fix: Enhance database connection handling with error logging and default values 2026-02-26 23:13:06 +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