Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- .dockerignore +6 -0
- backend/requirements.txt +0 -4
- mcp_server/requirements.txt +0 -1
.dockerignore
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**/__pycache__
|
| 2 |
+
**/*.pyc
|
| 3 |
+
**/*.pyo
|
| 4 |
+
.git
|
| 5 |
+
.gitignore
|
| 6 |
+
*.md
|
backend/requirements.txt
CHANGED
|
@@ -2,10 +2,6 @@ fastapi>=0.136.0
|
|
| 2 |
uvicorn>=0.46.0
|
| 3 |
python-multipart>=0.0.28
|
| 4 |
langgraph>=1.2.0
|
| 5 |
-
langchain-ollama>=1.1.0
|
| 6 |
-
langchain-community>=0.4.0
|
| 7 |
-
ollama>=0.6.0
|
| 8 |
openai>=1.0.0
|
| 9 |
httpx>=0.28.0
|
| 10 |
python-dotenv>=1.0.0
|
| 11 |
-
mcp[cli]>=1.0.0
|
|
|
|
| 2 |
uvicorn>=0.46.0
|
| 3 |
python-multipart>=0.0.28
|
| 4 |
langgraph>=1.2.0
|
|
|
|
|
|
|
|
|
|
| 5 |
openai>=1.0.0
|
| 6 |
httpx>=0.28.0
|
| 7 |
python-dotenv>=1.0.0
|
|
|
mcp_server/requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
mcp[cli]>=1.0.0
|
| 2 |
-
ollama>=0.6.0
|
| 3 |
openai>=1.0.0
|
| 4 |
httpx>=0.28.0
|
| 5 |
uvicorn>=0.46.0
|
|
|
|
| 1 |
mcp[cli]>=1.0.0
|
|
|
|
| 2 |
openai>=1.0.0
|
| 3 |
httpx>=0.28.0
|
| 4 |
uvicorn>=0.46.0
|