internal-document-qa / pyproject.toml
Vincent Claes
first minimal working version using gradio
611aebd
raw
history blame
No virus
438 Bytes
[tool.poetry]
name = "ausy-rag-demo"
version = "0.1.0"
description = ""
authors = ["Vincent Claes <vincent.v.claes@gmail.com>"]
readme = "README.md"
packages = [{include = "ausy_rag_demo"}]
[tool.poetry.dependencies]
python = "^3.9"
llama-index = "^0.8.29.post1"
weaviate-client = "^3.24.1"
pypdf = "^3.16.1"
goldenverba = "^0.2.3"
gradio = "^3.44.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"