GST_RAG_BACKEND / pyproject.toml
Samaksh25's picture
fix(retrieval): CrossEncoder ms-marco + PRF + synonym expansion
6733714
Raw
History Blame Contribute Delete
407 Bytes
[project]
name = "rag-backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"faiss-cpu>=1.13.2",
"fastapi>=0.128.0",
"opencv-python>=4.13.0.90",
"openpyxl>=3.1.5",
"pandas>=3.0.0",
"pdf2image>=1.17.0",
"pymupdf>=1.26.7",
"pytesseract>=0.3.13",
"python-docx>=1.2.0",
"uvicorn>=0.40.0",
]