CoolFace
Apppublic

tabesink92/RAG_Application_HF_Inference_endpoint

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
pyproject.toml23 linesDownload Raw Back to root
1[project]2name = "15-app"3version = "0.1.0"4description = "Session 15 - Open Source Endpoints"5readme = "README.md"6requires-python = ">=3.09"7dependencies = [8    "asyncio===3.4.3",9    "chainlit==2.2.1",10    "huggingface-hub==0.27.0",11    "langchain-huggingface==0.1.2",12    "langchain==0.3.19",13    "langchain-community==0.3.18",14    "langsmith==0.3.11",15    "python-dotenv==1.0.1",16    "tqdm==4.67.1",17    "langchain-openai==0.3.7",18    "langchain-text-splitters==0.3.6",19    "jupyter>=1.1.1",20    "faiss-cpu>=1.10.0",21    "websockets>=15.0",22]23