Spaces:
Sleeping
Sleeping
File size: 755 Bytes
f0a9ca2 33c2604 f0a9ca2 deddae0 f0a9ca2 |
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 26 27 28 29 30 31 32 |
[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",
]
|