Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "babyagi-streamlit" | |
| version = "1.0.0" | |
| description = "" | |
| authors = ["Dory <[email protected]>"] | |
| [tool.poetry.dependencies] | |
| python = ">=3.10.10,<3.12" | |
| openai = "^0.27.0" | |
| langchain = ">=0.0.131" | |
| python-dotenv = "^1.0.0" | |
| faiss-cpu = "^1.7.3" | |
| sentence-transformers = "^2.2.2" | |
| streamlit = "^1.21.0" | |
| [tool.poetry.dev-dependencies] | |
| [tool.poetry.group.dev.dependencies] | |
| flake8 = "^6.0.0" | |
| black = "^23.1.0" | |
| isort = "^5.12.0" | |
| [build-system] | |
| requires = ["poetry-core>=1.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |