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
Currently, the create_col function in all vector stores has different sets of parameters. To maintain consistency across all vector stores, update the base method to create_col(self) with no parameters. All necessary parameters should be accessed from the __init__ method.
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
Currently, the
create_col
function in all vector stores has different sets of parameters. To maintain consistency across all vector stores, update the base method tocreate_col(self)
with no parameters. All necessary parameters should be accessed from the__init__
method.The text was updated successfully, but these errors were encountered: