cloud-sean commited on
Commit
a3c3563
·
verified ·
1 Parent(s): c189563

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +140 -0
requirements.txt ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==5.0.1
4
+ anyio==3.7.0
5
+ async-timeout==4.0.2
6
+ attrs==23.1.0
7
+ Authlib==1.2.0
8
+ beautifulsoup4==4.12.2
9
+ blinker==1.6.2
10
+ blis==0.7.9
11
+ cachetools==5.3.1
12
+ catalogue==2.0.8
13
+ certifi==2023.5.7
14
+ cffi==1.15.1
15
+ charset-normalizer==3.1.0
16
+ click==8.1.3
17
+ confection==0.0.4
18
+ cryptography==41.0.1
19
+ cymem==2.0.7
20
+ dataclasses-json==0.5.8
21
+ decorator==5.1.1
22
+ dill==0.3.6
23
+ dnspython==2.3.0
24
+ docx2txt==0.8
25
+ elastic-transport==8.4.0
26
+ elasticsearch==8.8.0
27
+ exceptiongroup==1.1.1
28
+ faiss-cpu==1.7.4
29
+ filelock==3.12.2
30
+ frozenlist==1.3.3
31
+ fsspec==2023.6.0
32
+ gitdb==4.0.10
33
+ GitPython==3.1.31
34
+ google-api-core==2.11.1
35
+ google-api-python-client==2.70.0
36
+ google-auth==2.20.0
37
+ google-auth-httplib2==0.1.0
38
+ googleapis-common-protos==1.59.1
39
+ grpcio==1.54.2
40
+ grpcio-tools==1.54.2
41
+ h11==0.14.0
42
+ h2==4.1.0
43
+ hpack==4.0.0
44
+ httpcore==0.17.2
45
+ httplib2==0.22.0
46
+ httpx==0.24.1
47
+ huggingface-hub==0.15.1
48
+ hyperframe==6.0.1
49
+ idna==3.4
50
+ importlib-metadata==6.7.0
51
+ jaraco.context==4.3.0
52
+ Jinja2==3.1.2
53
+ joblib==1.2.0
54
+ jsonschema==4.17.3
55
+ langchain==0.0.208
56
+ langchainplus-sdk==0.0.16
57
+ langcodes==3.3.0
58
+ loguru==0.7.0
59
+ manifest-ml==0.0.1
60
+ markdown-it-py==3.0.0
61
+ MarkupSafe==2.1.3
62
+ marshmallow==3.19.0
63
+ marshmallow-enum==1.5.1
64
+ mdurl==0.1.2
65
+ more-itertools==9.1.0
66
+ multidict==6.0.4
67
+ murmurhash==1.0.9
68
+ mypy-extensions==1.0.0
69
+ nltk==3.8.1
70
+ numexpr==2.8.4
71
+ numpy==1.25.0
72
+ openai==0.27.8
73
+ openapi-schema-pydantic==1.2.4
74
+ packaging==23.1
75
+ pandas==2.0.2
76
+ pathy==0.10.2
77
+ Pillow==9.5.0
78
+ pinecone-client==2.2.2
79
+ preshed==3.0.8
80
+ protobuf==4.23.3
81
+ pyarrow==12.0.1
82
+ pyasn1==0.5.0
83
+ pyasn1-modules==0.3.0
84
+ pycparser==2.21
85
+ pydantic==1.10.9
86
+ pydeck==0.8.1b0
87
+ Pygments==2.15.1
88
+ Pympler==1.0.1
89
+ pyparsing==3.1.0
90
+ pyrsistent==0.19.3
91
+ python-dateutil==2.8.2
92
+ pytz==2023.3
93
+ pytz-deprecation-shim==0.1.0.post0
94
+ PyYAML==6.0
95
+ qdrant-client==0.11.10
96
+ redis==4.5.5
97
+ regex==2023.6.3
98
+ requests==2.31.0
99
+ rich==13.4.2
100
+ rsa==4.9
101
+ safetensors==0.3.1
102
+ semantic-version==2.10.0
103
+ setuptools-rust==1.6.0
104
+ six==1.16.0
105
+ smart-open==6.3.0
106
+ smmap==5.0.0
107
+ sniffio==1.3.0
108
+ soupsieve==2.4.1
109
+ spacy==3.5.3
110
+ spacy-legacy==3.0.12
111
+ spacy-loggers==1.0.4
112
+ SQLAlchemy==1.4.48
113
+ sqlitedict==2.1.0
114
+ srsly==2.4.6
115
+ streamlit==1.23.1
116
+ tenacity==8.2.2
117
+ thinc==8.1.10
118
+ tiktoken==0.4.0
119
+ tokenizers==0.13.3
120
+ toml==0.10.2
121
+ toolz==0.12.0
122
+ torch==1.13.1
123
+ tornado==6.3.2
124
+ tqdm==4.65.0
125
+ transformers==4.30.2
126
+ typer==0.7.0
127
+ typing-inspect==0.9.0
128
+ typing_extensions==4.6.3
129
+ tzdata==2023.3
130
+ tzlocal==4.3.1
131
+ uritemplate==4.1.1
132
+ urllib3==1.26.16
133
+ validators==0.20.0
134
+ wasabi==1.1.2
135
+ weaviate-client==3.21.0
136
+ wikipedia==1.4.0
137
+ wolframalpha==5.0.0
138
+ xmltodict==0.13.0
139
+ yarl==1.9.2
140
+ zipp==3.15.0