celsius-csrd-chatbot / pyproject.toml
momenaca's picture
update naming of file structure
ca469a7
raw
history blame contribute delete
No virus
595 Bytes
[tool.poetry]
name = "celsius-csrd-chatbot"
version = "0.1.0"
description = ""
authors = ["Miguel Omenaca Muro <miguel.omenacamuro@ekimetrics.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
langchain = "^0.2.5"
gradio = {extras = ["oauth"], version = "^4.36.1"}
sentence-transformers = "^3.0.1"
langchain-community = "^0.2.5"
msal = "^1.28.1"
loadenv = "^0.1.1"
openai = "^1.34.0"
langchain-openai = "^0.1.8"
pinecone = "^4.0.0"
pinecone-client = "^4.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"