vanishing-grad commited on
Commit
57b4e6e
·
1 Parent(s): e173d44

Install vector search reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt CHANGED
@@ -1,5 +1,7 @@
 
1
  alembic==1.9.2
2
  altair==4.2.2
 
3
  attrs==22.2.0
4
  azure-ai-formrecognizer==3.2.0
5
  azure-common==1.1.28
@@ -9,12 +11,14 @@ blinker==1.5
9
  blobfile==2.0.1
10
  cachetools==5.3.0
11
  certifi==2022.12.7
 
12
  charset-normalizer==3.0.1
13
  click==8.1.3
14
  cloudpickle==2.2.1
15
  databricks-cli==0.17.4
16
  decorator==5.1.1
17
  dill==0.3.6
 
18
  docker==6.0.1
19
  docopt==0.6.2
20
  elasticsearch==7.17.9
@@ -38,6 +42,7 @@ Jinja2==3.1.2
38
  joblib==1.2.0
39
  jsonschema==4.17.3
40
  langdetect==1.0.9
 
41
  lxml==4.9.2
42
  Mako==1.2.4
43
  markdown-it-py==2.1.0
@@ -48,14 +53,17 @@ mmh3==3.0.0
48
  monotonic==1.6
49
  more-itertools==9.0.0
50
  msrest==0.7.1
 
51
  networkx==3.0
52
  nltk==3.8.1
53
  num2words==0.5.12
54
  numpy==1.24.1
55
  oauthlib==3.2.2
 
56
  packaging==23.0
57
  pandas==1.5.3
58
  Pillow==9.4.0
 
59
  posthog==2.3.0
60
  prometheus-client==0.16.0
61
  prometheus-flask-exporter==0.21.0
@@ -113,4 +121,5 @@ validators==0.20.0
113
  watchdog==2.2.1
114
  websocket-client==1.5.0
115
  Werkzeug==2.2.2
 
116
  zipp==3.12.0
 
1
+ aiohttp==3.7.4.post0
2
  alembic==1.9.2
3
  altair==4.2.2
4
+ async-timeout==3.0.1
5
  attrs==22.2.0
6
  azure-ai-formrecognizer==3.2.0
7
  azure-common==1.1.28
 
11
  blobfile==2.0.1
12
  cachetools==5.3.0
13
  certifi==2022.12.7
14
+ chardet==4.0.0
15
  charset-normalizer==3.0.1
16
  click==8.1.3
17
  cloudpickle==2.2.1
18
  databricks-cli==0.17.4
19
  decorator==5.1.1
20
  dill==0.3.6
21
+ dnspython==2.3.0
22
  docker==6.0.1
23
  docopt==0.6.2
24
  elasticsearch==7.17.9
 
42
  joblib==1.2.0
43
  jsonschema==4.17.3
44
  langdetect==1.0.9
45
+ loguru==0.6.0
46
  lxml==4.9.2
47
  Mako==1.2.4
48
  markdown-it-py==2.1.0
 
53
  monotonic==1.6
54
  more-itertools==9.0.0
55
  msrest==0.7.1
56
+ multidict==6.0.4
57
  networkx==3.0
58
  nltk==3.8.1
59
  num2words==0.5.12
60
  numpy==1.24.1
61
  oauthlib==3.2.2
62
+ openai==0.26.5
63
  packaging==23.0
64
  pandas==1.5.3
65
  Pillow==9.4.0
66
+ pinecone-client==2.1.0
67
  posthog==2.3.0
68
  prometheus-client==0.16.0
69
  prometheus-flask-exporter==0.21.0
 
121
  watchdog==2.2.1
122
  websocket-client==1.5.0
123
  Werkzeug==2.2.2
124
+ yarl==1.8.2
125
  zipp==3.12.0