Does anyone have an idea about why this could be happening ?
- I inserted 85 documents into a Weaviate class using the VectorIndex Store
- Deleted one of the documents using the doc_id
- Used the index.refresh() function with the same list of 85 documents
The expected behaviour was that I would now have 85 documents again in my DB, but this does not seem to be the case -> There are still only 84 documents.