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
description={"Whether or not to enable the left sidebar."}
71
+
/>
72
+
</>
73
+
}
40
74
/>
75
+
<Alert
76
+
isOpen={isAlertOpen}
77
+
onConfirm={()=>window.location.reload()}
78
+
onCancel={()=>setIsAlertOpen(false)}
79
+
confirmButtonText="Reload Graph"
80
+
cancelButtonText="Later"
81
+
intent={Intent.PRIMARY}
82
+
>
83
+
<p>Enabling the Left Sidebar requires a graph reload to take effect.</p>
84
+
<p>Would you like to reload now?</p>
85
+
</Alert>
41
86
<FlagPanel
42
87
title="(BETA) Suggestive Mode Enabled"
43
88
description="Whether or not to enable the suggestive mode, if this is first time enabling it, you will need to generate and upload all node embeddings to supabase. Go to Suggestive Mode -> Sync Config -> Click on 'Generate & Upload All Node Embeddings'"
0 commit comments