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
We a flow that has processed a lot of data is opened it causes long loading times in UI to display data that might not be used. We should implement lazy loading for this and possibly add Query Params to the endpoint to limit the data in the response.
Reproduction
Load a large file in a Flow and try to reopen it.
Expected behavior
Wait times should be minimal to non-existent.
Who can help?
No response
Operating System
Any
Langflow Version
1.1.1
Python Version
3.12
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered:
@ogabrielluiz I just wonder, if there should be setting in the flow like 'API: only process and pass data', or 'Disable saving log and other data for API calls', something like that. Just thinking aloud. Looking for way to optimize langflow as much as possible in API worker mode to optimize RAM usage and speed.
Bug Description
We a flow that has processed a lot of data is opened it causes long loading times in UI to display data that might not be used. We should implement lazy loading for this and possibly add Query Params to the endpoint to limit the data in the response.
Reproduction
Load a large file in a Flow and try to reopen it.
Expected behavior
Wait times should be minimal to non-existent.
Who can help?
No response
Operating System
Any
Langflow Version
1.1.1
Python Version
3.12
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: