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
update_maps currently passes a shard_size parameter. Within the method, update_maps creates a progress bar based on shard_size and assumes it is a numeric value. However, when this value then gets passed to add_embeddings or add_text, shard_size is treated as deprecated and will raise a warning.
Hence, due to this conflict, the method does not work. The task to fix this is to remove shard_size option from update_maps.
The text was updated successfully, but these errors were encountered:
update_maps
currently passes ashard_size
parameter. Within the method,update_maps
creates a progress bar based on shard_size and assumes it is a numeric value. However, when this value then gets passed toadd_embeddings
oradd_text
, shard_size is treated as deprecated and will raise a warning.Hence, due to this conflict, the method does not work. The task to fix this is to remove
shard_size
option fromupdate_maps
.The text was updated successfully, but these errors were encountered: