Spaces:
Sleeping
Sleeping
Delete pyproject.toml
Browse files- pyproject.toml +0 -18
pyproject.toml
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
[project]
|
2 |
-
name = "rag-base"
|
3 |
-
version = "0.1.0"
|
4 |
-
description = "Add your description here"
|
5 |
-
readme = "README.md"
|
6 |
-
requires-python = ">=3.11"
|
7 |
-
dependencies = [
|
8 |
-
"loguru>=0.7.2",
|
9 |
-
"langchain>=0.3.9",
|
10 |
-
"marker-pdf>=1.0.2",
|
11 |
-
"qdrant-client[fastembed]>=1.12.1",
|
12 |
-
"fastapi>=0.115.6",
|
13 |
-
"pydantic>=2.10.3",
|
14 |
-
"python-multipart>=0.0.19",
|
15 |
-
"uvicorn>=0.32.1",
|
16 |
-
"huggingface-hub>=0.26.3",
|
17 |
-
"llama-parse>=0.5.17",
|
18 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|