Commit History

Add build version label to Dockerfile to enforce rebuilds when necessary
9c1cc8f

Zok213 commited on

Update requirements.txt to include requests library version 2.31.0, ensuring compatibility with the application and enhancing HTTP request capabilities.
7358a9e

Zok213 commited on

Refactor Dockerfile to improve file handling by replacing optional file copies with placeholder creation, ensuring a smoother build process and maintaining README.md content.
0c96375

Zok213 commited on

Remove .gitignore from .dockerignore to streamline Docker build context and avoid unnecessary file inclusion.
663a679

Zok213 commited on

Update Dockerfile to streamline application file copying and create README if missing; revise README.md for clarity on Hugging Face deployment.
95ccedb

Zok213 commited on

Refactor app.py to transition from Flask to FastAPI, enhancing the API with WebSocket support for real-time notifications, improved session handling, and background processing for unanswered questions. Update Dockerfile for compatibility with FastAPI and streamline application setup. Revise README.md to reflect new features and API endpoints.
a52d88d

Zok213 commited on

Improve MongoDB connection handling in app.py by cleaning up the URI format, enhancing logging for connection attempts, and adding debug information for environment variables, while maintaining security by excluding sensitive data.
026aab7

Zok213 commited on

Enhance MongoDB URI validation in app.py by adding detailed error messages for missing or incorrectly formatted URIs, improving error handling and user guidance.
da18dc5

Zok213 commited on

Refactor Dockerfile to simplify swagger.json creation using echo instead of Python script, improving readability and maintainability.
3cf2a26

Zok213 commited on

Enhance logging and debugging capabilities in app.py; add new debug routes and improve health check response. Update .gitignore to include new test files and modify Dockerfile to create log directory with appropriate permissions.
61c8727

Zok213 commited on

Update Dockerfile to copy swagger.json to static directory and remove Swagger generation during build
2513b05

Zok213 commited on

Refactor JSON handling in app.py to use bson.json_util for serialization and update Dockerfile to fix import path for json_util
46e1e5b

Zok213 commited on

fixing
ed8aac4

Zok213 commited on

Implement initial project structure and setup
b2ca329

Zok213 commited on

initial commit
d627924
verified

Zok213 commited on