Midterm-streamlit / pyproject.toml
deepali1021's picture
Added files
b092604
raw
history blame contribute delete
647 Bytes
[project]
name = "midterm-streamlit"
version = "0.1.0"
description = "intelligent customer support chat"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"langchain-core==0.3.31",
"langchain>=0.3.15",
"langchain-community>=0.3.15",
"langchain-openai>=0.3.2",
"langchain-qdrant>=0.2.0",
"qdrant-client>=1.13.2",
"tiktoken>=0.8.0",
"pymupdf>=1.25.2",
"langgraph>=0.2.67",
"langsmith>=0.3.1",
"openai>=1.58.1",
"cohere>=5.13.11",
"lxml>=5.3.0",
"httpx>=0.27.2",
"streamlit>=1.29.0",
"pinecone-client==3.2.0",
"python-dotenv==1.0.1",
"PyPDF2",
"websockets"
]