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