Spaces:
Runtime error
Runtime error
| [tool.poetry] | |
| name = "makerlab-bot" | |
| version = "0.1.0" | |
| description = "Assistant Bot to Makerlab" | |
| authors = ["rohan-uiuc <rohan13@illinois.edu>"] | |
| readme = "README.md" | |
| packages = [{include = "makerlab_bot"}] | |
| [tool.poetry.dependencies] | |
| python = "^3.9" | |
| faiss-cpu = "^1.7.3" | |
| langchain = "^0.0.131" | |
| beautifulsoup4 = "^4.12.0" | |
| pypdf2 = "^3.0.1" | |
| openai = "^0.27.4" | |
| flask = "^2.2.3" | |
| flask-socketio = "^5.3.3" | |
| flask-cors = "^3.0.10" | |
| gevent = "^22.10.2" | |
| gevent-websocket = "^0.10.1" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |