matriv-rag-demo / pyproject.toml
AdrienB134's picture
Upload 54 files
7fdb8e9 verified
raw
history blame contribute delete
426 Bytes
[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",
]