AskmeAboutRAG_Docker / pyproject.toml
microhum's picture
init
d1d1d6a
raw
history blame contribute delete
491 Bytes
[tool.poetry]
name = "askmeaboutrag"
version = "0.1.0"
description = "RAG model for asking about RAG"
authors = ["microhum, Beamlnwza, SupeemAFK, GGital"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
langchain="0.2.14"
langchain_community="0.2.12"
langchain_groq= "*"
langchain_huggingface = "*"
langchain_openai= "*"
langchain-pinecone= "*"
pypdf= "*"
fastapi= "*"
gradio = "^4.44.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"