Commit Graph

4 Commits

Author SHA1 Message Date
salah 0d90e93227 fix: Update Qdrant host and port configuration in environment files and deployment settings 2026-02-26 23:20:17 +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