srf_chatbot_v2 / Pipfile
nadaaaita's picture
set up folder structure
0436f2c
raw
history blame
305 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
gradio = "*"
langchain-openai = "*"
langchain = "*"
langchain-qdrant = "*"
python-dotenv = "*"
pandas = "*"
numpy = "*"
jupyter = "*"
ipykernel = "*"
langgraph = "*"
[dev-packages]
[requires]
python_version = "3.11"