Spaces:
Sleeping
Sleeping
File size: 491 Bytes
d1d1d6a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[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"
|