cloud-sean commited on
Commit
d5549e1
·
1 Parent(s): b564660

Create requirements.txt

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