Midterm / pyproject.toml
deepali1021's picture
Changed versions
34dfc46
raw
history blame contribute delete
568 Bytes
[project]
name = "midterm"
version = "0.1.0"
description = "intelligent customer support chat"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pydantic==2.10.1",
"langchain-core==0.3.31",
"langchain==0.3.15",
"langchain-community==0.3.15",
"langchain-openai==0.3.1",
"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",
"streamlit>=1.29.0",
"websockets"
]