File size: 611 Bytes
939a9f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
af2f8e1
32aefdf
af2f8e1
 
 
 
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
25
26
[project]
name = "doc-intelligence-rag"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "chromadb[cpu]>=1.3.7",
    "fastapi>=0.124.4",
    "groq>=0.37.1",
    "numpy>=2.3.5",
    "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",
    "scikit-learn>=1.3.0",
    "ragas>=0.4.2",
    "langchain-groq>=1.1.1",
    "langchain-openai>=1.1.6",
]