You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the spark-milvus connector to read all the vector embeddings from a collection.
I created a collection with 100,000 vectors and tried to read from it.
Initially the total vectors read is around 50k usually. Later after flushing the segments, the number of vectors read goes up to 95-98k. But the whole collection cannot be read.
I am using df.count() to check the number of vectors read.
I am using readMilvusCollection of MilvusUtils to read the collection.