coex-prj / Pipfile
harheem's picture
Upload folder using huggingface_hub
d2941e6 verified
raw
history blame contribute delete
301 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
langchain = "*"
langchain-community = "*"
sentence-transformers = "*"
faiss-cpu = "*"
rank-bm25 = "*"
gradio = "*"
openpyxl = "*"
kiwipiepy = "*"
[dev-packages]
ipykernel = "*"
[requires]
python_version = "3.12"