haystack icon indicating copy to clipboard operation
haystack copied to clipboard

FAISS in OpenSearch: Check existing index

Open tstadel opened this issue 2 years ago • 0 comments

As a user I want to be sure about what I get when I request an existing index with OpenSearchDocumentStore.

  • [ ] compare index mappings with requested ones
  • [ ] if mismatch: fallback to exact knn search if possible and show warning
  • [ ] otherwise throw error explaining the situation

tstadel avatar Jul 28 '22 16:07 tstadel