File size: 821 Bytes
17aafad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "rag-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "arxiv>=2.3.1",
    "chromadb>=1.3.5",
    "faiss-cpu>=1.13.0",
    "fastembed>=0.7.3",
    "fastapi>=0.115.0",
    "flashrank>=0.2.10",
    "google-generativeai>=0.8.3",
    "gradio>=6.0.1",
    "ipykernel>=7.1.0",
    "jinja2>=3.1.0",
    "langchain>=0.3.0",
    "langchain-chroma>=0.1.0",
    "langchain-community>=0.3.0",
    "langchain-google-genai>=2.0.5",
    "langchain-groq>=0.2.0",
    "langchain-mistralai>=0.2.0",
    "langgraph>=0.2.0",
    "pillow>=11.3.0",
    "pypdf>=6.4.0",
    "python-dotenv>=1.2.1",
    "python-multipart>=0.0.20",
    "rapidocr-onnxruntime>=1.4.4",
    "structlog>=25.5.0",
    "tiktoken>=0.12.0",
    "uvicorn>=0.34.0",
]