Spaces:
Runtime error
Runtime error
| [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" | |