chinmayjha commited on
Commit
0e61755
·
unverified ·
1 Parent(s): fbeb0ab

Final deployment fixes for Hugging Face Spaces

Browse files

- Updated config.py with latest MongoDB configuration
- All OPIK import issues resolved
- README.md properly configured for app.py
- Ready for production deployment

Files changed (1) hide show
  1. config.py +0 -2
config.py CHANGED
@@ -48,8 +48,6 @@ class Settings(BaseSettings):
48
  description="Name of the MongoDB collection for RAG documents.",
49
  )
50
  MONGODB_URI: str = Field(
51
- default="mongodb+srv://contextdb:HOqIgSH01CoEiMb1@cluster0.d9cmff.mongodb.net/",
52
- # default="mongodb+srv://keshavchhaparia:bUSBXeVCGWDyQhDG@saaslabs.awtivxf.mongodb.net/?retryWrites=true&w=majority&appName=saaslabs",
53
  description="Connection URI for the MongoDB Atlas instance.",
54
  )
55
 
 
48
  description="Name of the MongoDB collection for RAG documents.",
49
  )
50
  MONGODB_URI: str = Field(
 
 
51
  description="Connection URI for the MongoDB Atlas instance.",
52
  )
53