Closed AlexRuiz7 closed 2 weeks ago
@AlexRuiz7 in the zip folder of k-NN the lib is empty because the content of the lib are platform dependent.
Can you please add some details how this is impacting your project/repo?
cc: @vamshin , @peterzhuamazon
Hi, please use the manifest.yml file in the opensearch bundle to get the knn zip link. You can then download the zip and install with the plugin cli, which contains lib.
Thanks.
@AlexRuiz7 in the zip folder of k-NN the lib is empty because the content of the lib are platform dependent.
Can you please add some details how this is impacting your project/repo?
cc: @vamshin , @peterzhuamazon
I see. Makes sense. I'm not aware of the impact if these libraries are missing, but I assume the plugin won't work properly.
We'll try using the manifest.yml
file. I'll let you know of my results!
Thanks to both of you for the replies.
Is there any option to download the manifest.yml file without downloading the whole bundle?
@AlexRuiz7 please create an issue in https://github.com/opensearch-project/opensearch-build repo. The maintainers of that repo can ans this question. Right now I am unable to transfer this issue to opensearch-build.
Closing will track in #2197
What is the bug? The
plugins/opensearch-knn/lib
folder and all its contents are missing.How can one reproduce the bug? Steps to reproduce the behavior:
opensearch-knn
plugin.opensearch-knn
plugin.plugins/opensearch-knn/lib
folder. It doesn't exist.What is the expected behavior? The plugin and all its dependencies are installed properly.
What is your host/environment?
Do you have any additional context?
Using OpenSearch's Docker compose, I tried to remove and reinstall the
opensearch-knn
plugin to check whether thelib
folder is installed.OpenSearch version:
opensearch-knn/lib
contents:opensearch-knn
plugin removal:opensearch-knn
plugin installation:lib
folder is not present: