Skip to content

Conversation

@colegoldsmith
Copy link
Collaborator

No description provided.

@colegoldsmith colegoldsmith linked an issue Oct 20, 2025 that may be closed by this pull request
@colegoldsmith colegoldsmith added the question Further information is requested label Oct 22, 2025
@colegoldsmith
Copy link
Collaborator Author

This work has opened a little can of worms with how to handle failed files if we decide to persist task files in the knowledge table.

Route 1: We continue this work to make task files persist in the table.

  • This ensure entries in the table are not ephemeral and potentially disappear on reload (because they are only in local frontend state)
  • If we want to show failed files, they will always show unless we have a mechanism to delete tasks. This has implications with recording keeping, do we want to ensure tasks are always kept around?

Route 2: Keep task files in local frontend state

  • This makes in progress and failed files ephemeral and disappear on reload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

question Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug - Uploaded file not persisting in the knowledge table

2 participants