embedding-atlas icon indicating copy to clipboard operation
embedding-atlas copied to clipboard

Search doesn't work on version >=0.12 on streamlit

Open dataelvisliang opened this issue 3 months ago • 5 comments

Switched from 0.9.0 to 0.12 and 0.13, loading the atlas map from a same parquet dataset, the search (using same search keywords) keeps loading on versions 0.12 and 0.13, 0.0.9 was working fine. Dataset size is around 250k.

Thanks

dataelvisliang avatar Dec 01 '25 15:12 dataelvisliang

Do you see any errors in the browser or streamlit console? What if you use a smaller dataset?

domoritz avatar Dec 01 '25 17:12 domoritz

I reduced the dataset to be of 20k rows, issue remains. I don't see any errors from streamlit or code, the search just keeps spinning

dataelvisliang avatar Dec 01 '25 17:12 dataelvisliang

Anything in the browser console?

domoritz avatar Dec 01 '25 18:12 domoritz

Didn't see any errors on browser console neither. Tried to lower the dataset to be less than 20k and worked occasionally. But I tried a few more times with less data and could not make it work again.

dataelvisliang avatar Dec 01 '25 18:12 dataelvisliang

Haven't been able to reproduce this on 0.13.0 with the example streamlit code: https://github.com/apple/embedding-atlas/blob/main/packages/backend/examples/streamlit.py

Could you share some data, streamlit code, and search queries to reproduce the bug? It'd also be great if you can try the example code https://github.com/apple/embedding-atlas/blob/main/packages/backend/examples/streamlit.py and see if the bug persists there.

donghaoren avatar Dec 02 '25 00:12 donghaoren