OpenSearchDocumentStore Index creation fails with index.knn #4865
Replies: 4 comments 5 replies
-
@varun1524 FYI |
Beta Was this translation helpful? Give feedback.
-
Hi @katkamrachana! It seems that the knn plugin is not installed for your OpenSearch instance. Can you list the installed plugins and paste the results here? (Here you can find two ways of how to list installed plugins.) |
Beta Was this translation helpful? Give feedback.
-
Hey @bogdankostic , I was under impression that OpenSearch 2.3.0 does not support knn. However, I see it in installed plugins list:
|
Beta Was this translation helpful? Give feedback.
-
@bogdankostic You can run these yml files to reproduce the problem. docker compose file:
and pipeline.yml file
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an OpenSearch Cluster (version 2.3.0) running on my VM instance. I am using latest Haystack to connect to OpenSearchDocumentStore on my cluster.
However, the failure seems to be at index creation, specifically with index.knn setting.
Any lead on how to I resolve this issue, any way to skip knn setting or specify intended OpenSearch version to Haystack configuration?
Below is additional information about the error.
Approach 1. create index via OpenSearch Dashboard and connect to Haystack's OpenSearchDocumentStore:
Approach 2. connect to Haystack's OpenSearchDocumentStore, without creating an index in prior.
Beta Was this translation helpful? Give feedback.
All reactions