Added flask server for API endpoints for MongoDB Agent and LLM Summarization

This commit is contained in:
Shiva Pochampally
2025-09-28 02:12:44 -04:00
parent 92eabc8c2a
commit 7fafa7321f
10 changed files with 1110 additions and 2 deletions

6
llm/api/requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
Flask==3.0.0
Flask-CORS==4.0.0
pymongo==4.6.0
requests==2.31.0
langchain-google-genai==1.0.7
python-dotenv==1.0.0