mpi_data_store / pyproject.toml
rianders's picture
Initial web collection and scan
5958103
raw
history blame
No virus
526 Bytes
[tool.poetry]
name = "mpi-data-store"
version = "0.1.0"
description = ""
authors = ["ricklon <rianders@docs.rutgers.edu>"]
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"