Spaces:
Sleeping
Sleeping
File size: 499 Bytes
31b2366 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[project]
name = "aie5-deploypythonicrag"
version = "0.1.0"
description = "Simple Pythonic RAG App"
readme = "README.md"
requires-python = ">=3.11, <3.12"
dependencies = [
"chainlit>=2.0.4",
"numpy>=1.26.4,<2.0.0", # Changed from >=2.2.2
"openai>=1.59.9",
"pydantic==2.10.1",
"pypdf2>=3.0.1",
"websockets>=14.2",
"swarms",
"torch",
"transformers",
"langchain",
"langchain-openai",
"langchain-community>=0.3.17",
"pymupdf",
"qdrant-client",
]
|