Spaces:
Sleeping
Sleeping
File size: 526 Bytes
5c8cbfc 5958103 5c8cbfc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[tool.poetry]
name = "mpi-data-store"
version = "0.1.0"
description = ""
authors = ["ricklon <[email protected]>"]
readme = "README.md"
packages = [{include = "mpi_data_store"}]
[tool.poetry.dependencies]
python = "^3.10"
langchain = "^0.1.13"
pypdf = "^4.1.0"
langchain-community = "^0.0.29"
sentence-transformers = "^2.6.0"
faiss-cpu = "^1.8.0"
pandas = "^2.2.1"
tqdm = "^4.66.2"
streamlit = "^1.32.2"
beautifulsoup4 = "^4.12.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|