SIGN IN SIGN UP

🔥 refactor(custom_lists.py): remove unused vectorstores_type_to_cls_dict variable

🔨 refactor(vector_store/base.py): refactor VectorstoreCreator to use import_class from langflow.interface.importing.utils
The `vectorstores_type_to_cls_dict` variable was not being used, so it was removed. The `VectorstoreCreator` class was refactored to use the `import_class` function from `langflow.interface.importing.utils` instead of importing it directly. This improves the code's readability and maintainability.
G
Gabriel Almeida committed
a66adff004b34b1bf852ebb57405297384925468
Parent: e597a6e