Open
Description
🐛 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 to create_col(self)
with no parameters. All necessary parameters should be accessed from the __init__
method.
Metadata
Metadata
Assignees
Labels
No labels