Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zok213
/
MongoDB
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
MongoDB
38.3 kB
2 contributors
History:
15 commits
Zok213
Add build version label to Dockerfile to enforce rebuilds when necessary
9c1cc8f
10 months ago
.dockerignore
1.02 kB
Remove .gitignore from .dockerignore to streamline Docker build context and avoid unnecessary file inclusion.
10 months ago
.gitattributes
1.52 kB
initial commit
10 months ago
.gitignore
793 Bytes
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.
10 months ago
Dockerfile
1.14 kB
Add build version label to Dockerfile to enforce rebuilds when necessary
10 months ago
README.md
5.47 kB
Update Dockerfile to streamline application file copying and create README if missing; revise README.md for clarity on Hugging Face deployment.
10 months ago
app.py
20.4 kB
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.
10 months ago
db_connector.py
7.76 kB
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.
10 months ago
requirements.txt
166 Bytes
Update requirements.txt to include requests library version 2.31.0, ensuring compatibility with the application and enhancing HTTP request capabilities.
10 months ago