Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "celsius-csrd-chatbot" | |
version = "0.1.0" | |
description = "" | |
authors = ["Miguel Omenaca Muro <miguel.omenacamuro@ekimetrics.com>"] | |
readme = "README.md" | |
package-mode = true | |
[tool.poetry.dependencies] | |
python = ">=3.10,<3.13" | |
gradio = {extras = ["oauth"], version = "^4.36.1"} | |
sentence-transformers = "^3.0.1" | |
msal = "^1.28.1" | |
loadenv = "^0.1.1" | |
openai = "^1.34.0" | |
pinecone = "^5.3.1" | |
pinecone-client = "^5.0.1" | |
langgraph = "^0.2.0" | |
ipython = "^8.26.0" | |
langchain-groq = "^0.2.0" | |
langchain-core = "^0.3.12" | |
langchain = "^0.3.3" | |
langchain-community = "^0.3.3" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |