Spaces:
Runtime error
Runtime error
[tool.poetry] | |
name = "ilya-docs-rag" | |
version = "0.1.0" | |
description = "" | |
authors = ["TheDavidYoungblood <[email protected]>"] | |
license = "N/A" | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.11" | |
langchain-core = "^0.2.2" | |
gradio = "^4.31.5" | |
langchain = "^0.2.1" | |
langchain-community = "^0.2.1" | |
torch = "^2.3.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |