-
Notifications
You must be signed in to change notification settings - Fork 363
Open
Labels
area / SDK-storageIssue area: SDK and storage related issuesIssue area: SDK and storage related issuesarea / Web-UIIssue area: UI related issuesIssue area: UI related issuestype / bugIssue type: something isn't workingIssue type: something isn't working
Milestone
Description
π Bug
In the current implementation of the figures search API, figures data is directly attached to the object, instead of having it as a blob URI, this cause a memory out-of-range issue for querying a large number of figure objects.
Need to change the API implementation to send figure object data as blob URI.
To reproduce
Query a large number of figures on figures explorer.
The Out of memory exception will be thrown by FiguresExplorer
Expected behavior
Figures Explorer should render Plotly figures without throwing an exception
Environment
- Aim Version (e.g., 3.0.1)
- Python version
- pip version
- OS (e.g., Linux)
- Any other relevant information
Additional context
Metadata
Metadata
Assignees
Labels
area / SDK-storageIssue area: SDK and storage related issuesIssue area: SDK and storage related issuesarea / Web-UIIssue area: UI related issuesIssue area: UI related issuestype / bugIssue type: something isn't workingIssue type: something isn't working
Type
Projects
Status
Patch-issues