ILYA_docs_RAG / pyproject.toml
TheDavidYoungblood
99 additions of files in the repo, 99 additions of files...
8e70e09
raw
history blame contribute delete
No virus
442 Bytes
[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"