Spaces:
Runtime error
Runtime error
[tool.poetry] | |
name = "ausy-rag-demo" | |
version = "0.1.0" | |
description = "" | |
authors = ["Vincent Claes <[email protected]>"] | |
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" | |