Spaces:
Sleeping
Sleeping
File size: 477 Bytes
df56dc3 280f26e df56dc3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[tool.poetry]
name = "llmops-with-haystack"
version = "0.1.0"
description = ""
authors = ["Laura Gutierrez Funderburk <lgutierrwr@gmail.com>"]
license = "Apache 2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
farm-haystack = {extras = ["faiss"], version = "^1.21.2"}
chainlit = "^0.7.0"
openai = "^0.28.0"
python-dotenv = "^1.0.0"
datasets = "^2.14.5"
nltk = "^3.8.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|