So I'm following the tutorial, more precisely the 2_tabular_semantic_search_superlinked.ipynb notebook.
When I reach the cell with:
source.put([df])
pd.set_option("display.max_colwidth", 500)
It simply loads forever, doesn't matter how long I let it never finishes the process of loading the df into the source.
I don't know what's wrong because there's no error message.
Is the code up to date with the last version all libs? I just followed the INSTALL_AND_USAGE.md so I installed and setup all the necessary dependencies.
Can you help me run this notebook?
Thanks
So I'm following the tutorial, more precisely the
2_tabular_semantic_search_superlinked.ipynbnotebook.When I reach the cell with:
It simply loads forever, doesn't matter how long I let it never finishes the process of loading the df into the source.
I don't know what's wrong because there's no error message.
Is the code up to date with the last version all libs? I just followed the
INSTALL_AND_USAGE.mdso I installed and setup all the necessary dependencies.Can you help me run this notebook?
Thanks