-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Duck AI Migration #7149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duck AI Migration #7149
Conversation
fbd8f97 to
38045a5
Compare
b3bb53e to
3a18af1
Compare
| @ContributesBinding(AppScope::class) | ||
| @SingleInstanceIn(AppScope::class) | ||
| class InMemoryStandaloneStore @Inject constructor() : StandaloneDuckChatStore { | ||
| private val migrationItems = mutableListOf<String>() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still have a concern that this could cause issues but we can deactivate the feature if we see an uptick in OOMs
|
As stated here, this has an issue where it gets stuck in an "Update complete!” loop. Once that is fixed, I will re-check. |
3a18af1 to
10ec9f3
Compare
joshliebe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Performance is still slow for larger / many images but the previously mentioned issue is fixed.

Task/Issue URL: https://app.asana.com/1/137249556945/project/1125189844152671/task/1211661961548831?focus=true
Description
This PR prepares duck ai to handle the migration to the new domain via JS message handlers.
Steps to test this PR
standaloneMigration