Spaces:
Running
Running
File size: 542 Bytes
939a9f4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | [project]
name = "doc-intelligence-rag"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chromadb>=1.3.7",
"fastapi>=0.124.4",
"groq>=0.37.1",
"jupyter>=1.1.1",
"numpy>=2.3.5",
"ollama>=0.6.1",
"pandas>=2.3.3",
"pdfplumber>=0.11.8",
"pydantic>=2.12.5",
"pypdf2>=3.0.1",
"python-dotenv>=1.2.1",
"python-multipart>=0.0.20",
"requests>=2.32.5",
"sentence-transformers>=5.2.0",
"uvicorn[standard]>=0.38.0",
]
|