🔥 refactor(__init__.py): deactivate cache manager for now to improve performance and simplify code
This commit is contained in:
parent
d51aa7ecb2
commit
be8be07a62
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
from importlib import metadata
|
||||
from langflow.cache import cache_manager
|
||||
|
||||
# Deactivate cache manager for now
|
||||
# from langflow.services.cache import cache_manager
|
||||
from langflow.processing.process import load_flow_from_json
|
||||
from langflow.interface.custom.custom_component import CustomComponent
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue