Refactor validation script to improve file comparison functionality, rename class for clarity, and update documentation. Add file_comparison_report.txt to .gitignore to prevent accidental commits.
Update model configuration to use OpenVINO, modify cached embeddings with new sizes, and enhance .gitignore to exclude additional data files for improved project management.
Refactor Dockerfile to streamline directory creation for appuser, removing unnecessary steps and ensuring proper permissions for AI model caching after git clone.
Refactor Dockerfile to create necessary directories and set permissions for appuser, ensuring proper access for AI model caching and application execution.
Update model to cl-nagoya-sup-simcse-ja-nss-v1_0_8_5, remove outdated anchor name sentence embeddings file, and update cached embeddings with new sizes for improved prediction accuracy.
Update model to cl-nagoya-sup-simcse-ja-nss-v1_0_8_4, add new standard name mapping functionality in prediction process, and enhance data loading in sentence transformer service.
Update cached embeddings with new sizes, enhance prediction output by adding standard and aggregate unit columns, and refactor loading logic in the sentence transformer service for improved error handling.
Remove outdated anchor name sentence embeddings file, update cached embeddings with new sizes, and refactor sub subject and name mapping in the prediction process.
Enhance prediction process by adding missing columns with defaults, ensuring correct data types, and improving error handling. Update cached embeddings with new size.
Update Dockerfile to clone from the 'develop' branch, update cached embeddings with new sizes, and ensure required columns in prediction output are handled correctly.