haystack
haystack copied to clipboard
FAISS in OpenSearch: Check existing index
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