File tree 3 files changed +7
-1
lines changed
docs/user_guides/projects/opensearch
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
python-version : ' 3.8'
19
19
20
+ - name : Install ubuntu dependencies
21
+ run : sudo apt-get install -y libxml2-dev libxslt-dev
22
+
20
23
- name : install deps
21
24
run : pip3 install pip==22.0.3 && pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python' mkdocs-minify-plugin
22
25
Original file line number Diff line number Diff line change 16
16
with :
17
17
python-version : ' 3.8'
18
18
19
+ - name : Install ubuntu dependencies
20
+ run : sudo apt-get install -y libxml2-dev libxslt-dev
21
+
19
22
- name : install deps
20
23
run : pip3 install pip==22.0.3 && pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python' mkdocs-minify-plugin
21
24
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ client = OpenSearch(**opensearch_api.get_default_py_config())
36
36
37
37
### API Reference
38
38
39
- [ OpenSearch] (https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/open_search /)
39
+ [ OpenSearch] (https://docs.hopsworks.ai/hopsworks-api/{{{ hopsworks_version }}}/generated/api/opensearch /)
40
40
41
41
## Conclusion
42
42
You can’t perform that action at this time.
0 commit comments