Search doesn't work on version >=0.12 on streamlit
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
Do you see any errors in the browser or streamlit console? What if you use a smaller dataset?
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
Anything in the browser console?
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.
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.