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
When deleting a graph and then recreating the same one, some executor state issue seems to create side effects that only go away when restarting the executor.
When deleting a graph and then recreating the same one, some executor state issue seems to create side effects that only go away when restarting the executor.
The following example if from https://github.com/tensorlakeai/indexify/blob/9fcb176bfce8990e35ef28e572dc3096dddb50b2/python-sdk/tests/test_graph_update.py where the equality assertion fails in a surprising way when adding deletion on cleanup.
After doing a
model_dump
and other prints, I still can't quite understand the difference between the objects.The text was updated successfully, but these errors were encountered: