Spaces:
Sleeping
Sleeping
Commit ·
53cec65
1
Parent(s): 0e05cf2
updated requirements.txt
Browse files- requirements.txt +15 -60
requirements.txt
CHANGED
|
@@ -1,60 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
distro-info==1.7+build1
|
| 17 |
-
httplib2==0.20.4
|
| 18 |
-
hyperlink==21.0.0
|
| 19 |
-
idna==3.6
|
| 20 |
-
incremental==22.10.0
|
| 21 |
-
Jinja2==3.1.2
|
| 22 |
-
jsonpatch==1.32
|
| 23 |
-
jsonpointer==2.0
|
| 24 |
-
jsonschema==4.10.3
|
| 25 |
-
launchpadlib==1.11.0
|
| 26 |
-
lazr.restfulclient==0.14.6
|
| 27 |
-
lazr.uri==1.0.6
|
| 28 |
-
markdown-it-py==3.0.0
|
| 29 |
-
MarkupSafe==2.1.5
|
| 30 |
-
mdurl==0.1.2
|
| 31 |
-
netifaces==0.11.0
|
| 32 |
-
oauthlib==3.2.2
|
| 33 |
-
pyasn1==0.4.8
|
| 34 |
-
pyasn1-modules==0.2.8
|
| 35 |
-
pycurl==7.45.3
|
| 36 |
-
Pygments==2.17.2
|
| 37 |
-
PyGObject==3.48.2
|
| 38 |
-
PyHamcrest==2.1.0
|
| 39 |
-
PyJWT==2.7.0
|
| 40 |
-
pyOpenSSL==23.2.0
|
| 41 |
-
pyparsing==3.1.1
|
| 42 |
-
pyrsistent==0.20.0
|
| 43 |
-
pyserial==3.5
|
| 44 |
-
python-apt==2.7.7+ubuntu4
|
| 45 |
-
pytz==2024.1
|
| 46 |
-
PyYAML==6.0.1
|
| 47 |
-
requests==2.31.0
|
| 48 |
-
rich==13.7.1
|
| 49 |
-
service-identity==24.1.0
|
| 50 |
-
setuptools==68.1.2
|
| 51 |
-
six==1.16.0
|
| 52 |
-
systemd-python==235
|
| 53 |
-
Twisted==24.3.0
|
| 54 |
-
typing_extensions==4.10.0
|
| 55 |
-
ubuntu-pro-client==8001
|
| 56 |
-
unattended-upgrades==0.1
|
| 57 |
-
urllib3==2.0.7
|
| 58 |
-
wadllib==1.3.6
|
| 59 |
-
wheel==0.42.0
|
| 60 |
-
zope.interface==6.1
|
|
|
|
| 1 |
+
chainlit
|
| 2 |
+
python-dotenv
|
| 3 |
+
langchain
|
| 4 |
+
langchain-openai
|
| 5 |
+
langchain-qdrant
|
| 6 |
+
qdrant-client
|
| 7 |
+
tiktoken
|
| 8 |
+
PyMuPDF
|
| 9 |
+
langgraph
|
| 10 |
+
wikipedia
|
| 11 |
+
openai
|
| 12 |
+
pydantic
|
| 13 |
+
requests
|
| 14 |
+
beautifulsoup4
|
| 15 |
+
typing-extensions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|