Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add support for Figures blob lazy loadingΒ #2399

@rubenaprikyan

Description

@rubenaprikyan

πŸ› 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

image

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

Labels

area / SDK-storageIssue area: SDK and storage related issuesarea / Web-UIIssue area: UI related issuestype / bugIssue type: something isn't working

Type

No type

Projects

Status

Patch-issues

Relationships

None yet

Development

No branches or pull requests

Issue actions