Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "spinoza_project" | |
version = "0.1.0" | |
description = "" | |
authors = ["Miguel Omenaca Muro <[email protected]>"] | |
readme = "README.md" | |
package-mode = false | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
gradio = "4.37.2" | |
sentence-transformers = "2.2.2" | |
msal = "^1.28.1" | |
qdrant-client = "^1.9.1" | |
loadenv = "^0.1.1" | |
datasets = "^2.20.0" | |
transformers = "4.39.0" | |
azure-search-documents = "^11.4.0" | |
azure-identity = "^1.17.1" | |
load-dotenv = "^0.1.0" | |
python-dotenv = "^1.0.1" | |
langchain-groq = "^0.2.1" | |
langchain-openai = "^0.2.6" | |
langchain-community = "^0.3.5" | |
langchain = "^0.3.7" | |
huggingface-hub = "< 0.26" | |
fastapi = "0.111.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |