Spaces:
Sleeping
Sleeping
File size: 844 Bytes
e23acaf 5484978 e23acaf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | [project]
name = "multimodal-rag-thesis"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10,<3.12"
dependencies = [
"chromadb>=1.5.0",
"python-dotenv>=1.0.1",
"langchain>=0.2.0",
"langchain-chroma>=0.1.0",
"langchain-community>=0.2.0",
"langchain-huggingface>=0.0.3",
"pymupdf",
"pillow",
"matplotlib",
"streamlit",
"onnxruntime<1.17",
"opencv-python-headless<4.9",
"sentence-transformers==2.7.0",
"numpy<2",
"torch==2.2.2",
"langchain-groq>=1.1.2",
"fastapi>=0.129.0",
"uvicorn>=0.40.0",
"pydantic>=2.12.5",
"python-multipart>=0.0.22",
"minio>=7.2.20",
"supabase",
]
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
|