Spaces:
Runtime error
Runtime error
File size: 492 Bytes
6e2e2d2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[tool.poetry] name = "local-rag-example" version = "0.1.0" description = "" authors = ["Duy Huynh <vndee.huynh@gmail.com>"] readme = "README.md" [tool.poetry.dependencies] python = ">=3.9,<3.9.7 || >3.9.7,<3.12" langchain = "^0.0.343" streamlit-chat = "^0.1.1" pypdf = "^3.17.1" fastembed = "^0.1.1" openai = "^1.3.6" langchainhub = "^0.1.14" chromadb = "^0.4.18" streamlit = "^1.29.0" watchdog = "^3.0.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" |