You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something to consider: we currently use index.save_object() (here) but we could use index.add_object() from Algolia Python library.
According to the documentation, that could allow us to save records without anobjectID column. Because we clear the index before sending all the records, I believe that won't have any breaking behaviours.
The text was updated successfully, but these errors were encountered:
Hi,
Something to consider: we currently use
index.save_object()
(here) but we could useindex.add_object()
from Algolia Python library.According to the documentation, that could allow us to save records without an
objectID
column. Because we clear the index before sending all the records, I believe that won't have any breaking behaviours.The text was updated successfully, but these errors were encountered: