langflow/src
Gabriel Luiz Freitas Almeida f6ab266294 🐛 fix(base.py): handle import errors when importing utilities to prevent application crashes
The code now handles import errors when importing utilities from the `langchain.utilities` module. If an import error occurs, the utility is skipped and not added to the `type_dict` dictionary. This prevents the application from crashing when encountering an invalid or missing utility.
2023-10-25 15:57:48 -03:00
..
backend 🐛 fix(base.py): handle import errors when importing utilities to prevent application crashes 2023-10-25 15:57:48 -03:00
frontend Added theme option to view page 2023-10-15 12:23:11 -03:00