Spaces:
Running
Running
Commit
·
24336e6
1
Parent(s):
a854edf
toml and deps lock
Browse files- pyproject.toml +14 -0
- uv.lock +0 -0
pyproject.toml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "rag-mcp-server"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = "Basic MCP server for RAG applications"
|
| 5 |
+
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.10"
|
| 7 |
+
dependencies = [
|
| 8 |
+
"chromadb>=1.0.11",
|
| 9 |
+
"llama-index>=0.12.37",
|
| 10 |
+
"beautifulsoup4>=4.13.4",
|
| 11 |
+
"gradio[mcp]>=5.31.0",
|
| 12 |
+
]
|
| 13 |
+
|
| 14 |
+
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|