Below is the error I am facing:-
"reason": "unknown setting [index.knn.algo_param.m] please check that any required plugins are installed, or check the breaking changes documentation for removed settings
As per error it is saying plugin missing but if I go by the documentation knn is available on 8.0 version onwards. Kindly help on how to resolve this, if I need to install external plugin please share steps to do so.
I do not see these parameters anywhere in the official Elasticsearch documentation. It does however, based on quick google search, seem like these parameters may be used in Opensearch. Where did you get these parameters from?
@Serena_Chou thanks I followed the example mentioned in the git repo you have shared. In example "https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/search/00-quick-start.ipynb" they have mentioned under column mappings type as dense_vector as below:
"title_vector": {
"type": "dense_vector",
"dims": 384,
"index": "true",
"similarity": "cosine"
}
If you refer to my installed elk setup on version 8.7.1 I don't see any data type as vector, screenshot from installation below:-
Is this option only present on Elastic cloud version and not available in on-premise version. Please help to let me know.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.