File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11fastapi == 0.104.1
22uvicorn [standard ]== 0.24.0
3- pydantic == 2.5.0
4- pydantic-settings == 2.1.0
3+ pydantic == 2.10.6
4+ pydantic-settings == 2.7.1
55langchain == 0.1.0
66langchain-openai == 0.0.6
77chromadb == 0.4.18
Original file line number Diff line number Diff line change 1- # Render.com Blueprint — AI Healthcare Chatbot
1+ # Render.com Blueprint - AI Healthcare Chatbot
22
33services :
4- # ── Backend ───────────────────────────────────────────────
54 - type : web
65 name : ai-healthcare-backend
76 runtime : docker
@@ -28,7 +27,6 @@ services:
2827 - key : DEBUG
2928 value : " false"
3029
31- # ── Frontend ──────────────────────────────────────────────
3230 - type : web
3331 name : ai-healthcare-frontend
3432 runtime : docker
@@ -41,13 +39,11 @@ services:
4139 - key : NODE_ENV
4240 value : production
4341
44- # ── Redis ─────────────────────────────────────────────────
4542 - type : redis
4643 name : healthcare-redis
4744 plan : free
4845 ipAllowList : []
4946
50- # ── PostgreSQL ──────────────────────────────────────────────
5147databases :
5248 - name : healthcare-db
5349 databaseName : healthcare
Original file line number Diff line number Diff line change 77# Core backend requirements:
88fastapi == 0.104.1
99uvicorn [standard ]== 0.24.0
10- pydantic == 2.5.0
11- pydantic-settings == 2.1.0
10+ pydantic == 2.10.6
11+ pydantic-settings == 2.7.1
1212langchain == 0.1.0
1313langchain-openai == 0.0.5
1414chromadb == 0.4.18
You can’t perform that action at this time.
0 commit comments