Bhagavat_Gita_Chat / pyproject.toml
vikramvasudevan's picture
Upload folder using huggingface_hub
c89e702 verified
raw
history blame contribute delete
440 Bytes
[project]
name = "langgraph-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.13.5",
"chromadb>=1.0.15",
"dotenv>=0.9.9",
"gradio>=5.38.0",
"ipython>=9.4.0",
"langchain>=0.3.26",
"langchain-community>=0.3.27",
"langchain-openai>=0.3.28",
"langgraph>=0.5.3",
"pydantic>=2.11.7",
"pypdf>=5.8.0",
]