rag_with_inline_citations / pyproject.toml
Adrien
feat: add inline sources and query classifier
cc3f1e1
raw
history blame contribute delete
448 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",
"openai>=1.60.1",
]