File size: 411 Bytes
6a52c11
 
 
 
 
 
 
 
ddaa426
 
6a52c11
 
 
 
ddaa426
 
6a52c11
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "aie5-deploypythonicrag"
version = "0.1.0"
description = "Simple Pythonic RAG App"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "chainlit>=2.0.4",
    "fastapi[standard]>=0.115.6",
    "fastembed>=0.5.1",
    "numpy>=2.2.2",
    "openai>=1.59.9",
    "pydantic==2.10.1",
    "pypdf2>=3.0.1",
    "qdrant-client>=1.13.2",
    "uvicorn>=0.34.0",
    "websockets>=14.2",
]