Spaces:
Runtime error
Runtime error
File size: 309 Bytes
3a416cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
langchain = "==0.0.184"
pypdf2 = "==3.0.1"
python-dotenv = "==1.0.0"
streamlit = "==1.18.1"
openai = "==0.27.6"
faiss-cpu = "==1.7.4"
altair = "==4"
tiktoken = "==0.4.0"
[dev-packages]
[requires]
python_version = "3.10"
|