You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance recommendation service with new gRPC endpoints and refactor code
- Added `get_ml_feed_clean_v1` and `get_ml_feed_nsfw_v1` methods to `video_recommendation.proto` and corresponding implementations in `video_recommendation_pb2_grpc.py`.
- Updated `feed_rec_server.py` to integrate new clean and NSFW feed functionalities.
- Refactored existing code for improved readability and consistency, including formatting changes and code organization.
- Introduced `ping_local_report_filtered.py` and `ping_server_report_endpoint.py` for testing new report-filtered endpoints.
- Adjusted BigQuery client logging and query handling for better debugging.
0 commit comments