Spaces:
Running
Running
Sean Hamill
commited on
Commit
·
3e0692e
1
Parent(s):
68c20de
app.py
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
|
|
1 |
aiohttp==3.8.3
|
2 |
aiosignal==1.3.1
|
3 |
-
altair==4.2.
|
4 |
anyio==3.6.2
|
5 |
async-timeout==4.0.2
|
6 |
attrs==22.2.0
|
7 |
azure-ai-formrecognizer==3.2.0
|
8 |
azure-common==1.1.28
|
9 |
-
azure-core==1.26.
|
10 |
blobfile==2.0.1
|
11 |
certifi==2022.12.7
|
12 |
charset-normalizer==2.1.1
|
@@ -21,8 +22,8 @@ filelock==3.9.0
|
|
21 |
fonttools==4.38.0
|
22 |
frozenlist==1.3.3
|
23 |
fsspec==2023.1.0
|
24 |
-
gpt-index==0.
|
25 |
-
gradio==3.
|
26 |
h11==0.14.0
|
27 |
httpcore==0.16.3
|
28 |
httpx==0.23.3
|
@@ -33,7 +34,7 @@ Jinja2==3.1.2
|
|
33 |
joblib==1.2.0
|
34 |
jsonschema==4.17.3
|
35 |
kiwisolver==1.4.4
|
36 |
-
langchain==0.0.
|
37 |
linkify-it-py==1.0.3
|
38 |
lxml==4.9.2
|
39 |
markdown-it-py==2.1.0
|
@@ -45,16 +46,16 @@ mdit-py-plugins==0.3.3
|
|
45 |
mdurl==0.1.2
|
46 |
msrest==0.7.1
|
47 |
multidict==6.0.4
|
48 |
-
mypy-extensions==
|
49 |
nltk==3.8.1
|
50 |
numpy==1.24.1
|
51 |
oauthlib==3.2.2
|
52 |
-
openai==0.26.
|
53 |
orjson==3.8.5
|
54 |
packaging==23.0
|
55 |
pandas==1.5.3
|
56 |
Pillow==9.4.0
|
57 |
-
pycryptodome==3.
|
58 |
pycryptodomex==3.17
|
59 |
pydantic==1.10.4
|
60 |
pydub==0.25.1
|
@@ -73,7 +74,7 @@ sniffio==1.3.0
|
|
73 |
SQLAlchemy==1.4.46
|
74 |
starlette==0.22.0
|
75 |
tenacity==8.1.0
|
76 |
-
tiktoken==0.2
|
77 |
tokenizers==0.13.2
|
78 |
toolz==0.12.0
|
79 |
tqdm==4.64.1
|
|
|
1 |
+
aiofiles==22.1.0
|
2 |
aiohttp==3.8.3
|
3 |
aiosignal==1.3.1
|
4 |
+
altair==4.2.2
|
5 |
anyio==3.6.2
|
6 |
async-timeout==4.0.2
|
7 |
attrs==22.2.0
|
8 |
azure-ai-formrecognizer==3.2.0
|
9 |
azure-common==1.1.28
|
10 |
+
azure-core==1.26.2
|
11 |
blobfile==2.0.1
|
12 |
certifi==2022.12.7
|
13 |
charset-normalizer==2.1.1
|
|
|
22 |
fonttools==4.38.0
|
23 |
frozenlist==1.3.3
|
24 |
fsspec==2023.1.0
|
25 |
+
gpt-index==0.3.1
|
26 |
+
gradio==3.17.0
|
27 |
h11==0.14.0
|
28 |
httpcore==0.16.3
|
29 |
httpx==0.23.3
|
|
|
34 |
joblib==1.2.0
|
35 |
jsonschema==4.17.3
|
36 |
kiwisolver==1.4.4
|
37 |
+
langchain==0.0.75
|
38 |
linkify-it-py==1.0.3
|
39 |
lxml==4.9.2
|
40 |
markdown-it-py==2.1.0
|
|
|
46 |
mdurl==0.1.2
|
47 |
msrest==0.7.1
|
48 |
multidict==6.0.4
|
49 |
+
mypy-extensions==0.4.3
|
50 |
nltk==3.8.1
|
51 |
numpy==1.24.1
|
52 |
oauthlib==3.2.2
|
53 |
+
openai==0.26.4
|
54 |
orjson==3.8.5
|
55 |
packaging==23.0
|
56 |
pandas==1.5.3
|
57 |
Pillow==9.4.0
|
58 |
+
pycryptodome==3.17
|
59 |
pycryptodomex==3.17
|
60 |
pydantic==1.10.4
|
61 |
pydub==0.25.1
|
|
|
74 |
SQLAlchemy==1.4.46
|
75 |
starlette==0.22.0
|
76 |
tenacity==8.1.0
|
77 |
+
tiktoken==0.1.2
|
78 |
tokenizers==0.13.2
|
79 |
toolz==0.12.0
|
80 |
tqdm==4.64.1
|