Hi,
I’m attempting to populate an index with around 9 million vectors. The process went smoothly until I reached about 3.8 million vectors, at which point the index stopped adding any more vectors. What’s strange is that the upsert
operation runs successfully and returns the expected upserted_count
(a batch of 100 in my case). However, the vectors are not actually added; the total_vector_count
remains the same, and I don’t see any of the vectors added through the search.
Any help is appreciated.