srf_chatbot_v2 / Pipfile
nadaaaita's picture
Worked on passage finder
1b8dab4
raw
history blame contribute delete
363 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 = "*"
streamlit = "*"
fuzzywuzzy = "*"
python-levenshtein = "*"
[dev-packages]
[requires]
python_version = "3.11"