-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Why does my overview() load forever? #71
Comments
federPy = FederPy(hnswIndexFile, hnswSource, **hnswViewParams) Note that the index file required by The reason for this is that the actual output of In addition, place the index file on the web in order to facilitate the sharing of visualizations created by |
Any publicly accessible url is fine right? https://federindexes.s3.ap-southeast-1.amazonaws.com/faiss.index If there were problems with how the index was built, will it also show blank? |
It seem that your s3 file does not allow cross-domain access. |
Thanks looks like the visualizations are showing after allowing all origins in CORS policy. |
In colab, visualizing both hnsw and faiss using my own index with overview or searchRandTestVec shows the cell has finished running but the blue spinning circle goes on forever on a white output.
The same notebook can show the examples from https://colab.research.google.com/drive/12L_oJPR-yFDlORpPondsqGNTPVsSsUwi#scrollTo=N3qqBAYxYcbt though.
Is the problem with the index used?
I tried reducing the dimensionality to 5, even lower than the 10 in the example but it still loads forever.
How to investigate how the indexes at
were built?
I tried to find the data using
but got empty list.
I was expecting get_items() to show the data added to the index
The text was updated successfully, but these errors were encountered: