Spaces:
Runtime error
Runtime error
File size: 568 Bytes
bb116be 34dfc46 bb116be 34dfc46 bb116be 34dfc46 bb116be 34dfc46 bb116be |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[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"
]
|