Describe the issue: The SEISMIC sparse model, which is an advancement over traditional sparse model, seems to have a plugin conflict when tried to enable knn as well. This means, we cannot index both seismic sparse and knn embeddings on the same index which prohibits hybrid search.
But traditional sparse and knn have no issues, when ingested on same index.
At the moment, due to the way both plugins implemented, it is not possible to create an index that has knn and seismic sparse enabled at the same time. We are working towards lifting this limitation off (see please [1]), but it may take some time. Thank you.