Add delete mentor endpoint and implement deletion logic in RecommendationService
520d0d8
Doanh Van Vucommited on
Update skill and domain ID handling in RecommendationService to use string representation
53c7523
Doanh Van Vucommited on
Add test POST endpoint and update Docker CMD format
03e4f71
Doanh Van Vucommited on
Refactor mentor and mentee models by removing timezone and budget fields
614e905
Doanh Van Vucommited on
Enhance FastAPI import to include Request for improved request handling
e0f8d69
Doanh Van Vucommited on
Add request and response logging middleware
d3c38bd
Doanh Van Vucommited on
Add logging and improve application startup process
c0f5717
Doanh Van Vucommited on
Update embedding model to Vietnamese_Embedding and adjust related configurations. Replace FlagEmbedding with SentenceTransformer in embedding service, and ensure dimension checks for vectors in Pinecone service. Update requirements to reflect new dependencies.
b1f36a0
Doanh Van Vucommited on
Initial project setup with FastAPI, including core application structure, environment configuration, and essential services for mentor-mentee recommendations. Added Docker support, .gitignore, and initial requirements. Implemented models, routers, and services for handling mentor data and recommendations.