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
The current implementation of the /compact command uses a non-streaming HTTP request, which can take a very long time to complete. Switching to a streaming approach (e.g., Server-Sent Events or another streaming protocol) would significantly improve responsiveness and user experience by providing real-time feedback during the operation.