RAG / pyproject.toml
Anoobee's picture
Add application file
3ab5c83
Raw
History Blame Contribute Delete
473 Bytes
[project]
name = "talkwithnepalidocument"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi==0.115.5",
"flagembedding==1.2.11",
"google-generativeai==0.8.3",
"numpy==1.26.4",
"peft>=0.19.1",
"pydantic==2.9.2",
"python-dotenv==1.0.1",
"pyvespa==0.51.0",
"requests==2.32.3",
"streamlit==1.40.0",
"torch==2.5.1",
"uvicorn[standard]==0.32.1",
]