SERCH-Midterm / pyproject.toml
CSAle's picture
Initial commit
deddae0
raw
history blame contribute delete
755 Bytes
[project]
name = "midterm"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"arxiv==2.1.3",
"beautifulsoup4==4.13.3",
"chainlit==2.2.1",
"cohere==5.13.12",
"datasets==3.3.1",
"faiss-cpu==1.10.0",
"langchain-cohere==0.4.2",
"langchain-community==0.3.14",
"langchain-huggingface==0.1.2",
"langchain-openai==0.2.14",
"langchain-qdrant==0.2.0",
"langgraph==0.2.61",
"lxml==5.3.1",
"nltk==3.8.1",
"numpy==2.2.3",
"pyarrow==19.0.1",
"pymupdf==1.25.3",
"python-dotenv>=1.0.1",
"python-pptx==1.0.2",
"ragas==0.2.10",
"sentence-transformers==3.4.1",
"unstructured==0.14.8",
"websockets>=15.0",
]