Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "semi-structured-rag-chainlit" | |
| version = "0.1.0" | |
| description = "A RAG chatbot which can deal with Tables and Text using Unstructured, Langchain and Chainlit" | |
| authors = ["Harisyam Manda <mnv.harisyam@gmail.com>"] | |
| [tool.poetry.dependencies] | |
| python = "^3.9" | |
| chainlit = "^0.7.400" | |
| langchain = "^0.0.325" | |
| unstructured = {extras = ["all-docs"], version = "^0.10.27"} | |
| openai = "^0.28.1" | |
| tiktoken = "^0.5.1" | |
| python-dotenv = "^1.0.0" | |
| pymupdf = "^1.23.5" | |
| chromadb = "^0.4.15" | |
| torch = ">=2.0.0, !=2.0.1, !=2.1.0" | |
| [tool.poetry.dev-dependencies] | |
| black = "^23.10.1" | |
| ruff = "^0.1.3" | |
| [build-system] | |
| requires = ["poetry-core>=1.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |