Spaces:
Runtime error
Runtime error
File size: 496 Bytes
ec0786f bddb702 ec0786f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | [tool.poetry]
name = "datak"
version = "0.1.0"
description = ""
authors = ["LOUIS SANNA <louissanna@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
openai = "^0.27.6"
langchain = "^0.0.161"
chromadb = "^0.3.21"
gradio = "^3.28.3"
python-dotenv = "^1.0.0"
unstructured = "^0.6.3"
tiktoken = "^0.4.0"
pytesseract = "^0.3.10"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|