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
@hust-xing Since the optimize function is executed after the insert, it is strongly recommended that you consider querying the amount of inserted data directly from the vector database server. This way, you won't need to modify the VDBBench testing framework.
The second approach is to modify the VDBBench test code by passing the current dataset size self.ca.dataset.data.size to self.db.optimize(). However, this modification may impact the testing of other vector database clients.
I'm adding a new vecoter db client, i need to get the dataset size in optimize function, how can i get it
The text was updated successfully, but these errors were encountered: