Skip to content
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

Desktop App #172

Open
4 of 9 tasks
mayneyao opened this issue Sep 5, 2024 · 0 comments · May be fixed by #173
Open
4 of 9 tasks

Desktop App #172

mayneyao opened this issue Sep 5, 2024 · 0 comments · May be fixed by #173

Comments

@mayneyao
Copy link
Owner

mayneyao commented Sep 5, 2024

Some limitations of the web app

  • The performance of sqlite-wasm has declined and it does not support concurrent read and write operations.
  • Currently, sqlite-wasm does not support loading extensions or customizing FTS tokenizers, resulting in poor full-text search support for CJK languages.
  • OFPS and persistent permissions have relatively high requirements for browsers, making it difficult for some users to understand and configure them correctly.
  • Some features related to LLM have weak support in browsers.
  • Web app cannot directly start the API server and needs to rely on other services to forward requests.

TODO

  • electron setup
  • node fs adapter
  • native SQLite adapter
  • CJK full-text search support
  • extension block/app loader
  • built-in API server
  • service worker adapter
  • redesign the right-side panel
  • AI: auto function call
@mayneyao mayneyao linked a pull request Sep 5, 2024 that will close this issue
@mayneyao mayneyao pinned this issue Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant