Spaces:
Runtime error
Runtime error
File size: 442 Bytes
8e70e09 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[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"
|