-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
docs: Host pre-aggregated LLM knowledge files #1355
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@wxt-dev/auto-icons
@wxt-dev/i18n
@wxt-dev/module-solid
@wxt-dev/module-svelte
@wxt-dev/module-react
@wxt-dev/module-vue
@wxt-dev/storage
@wxt-dev/unocss
wxt
commit: |
Not sure why checks are failing, and this doesn't really produce a good OpenAI assistant... so I'm closing it. If someone whats this published, LMK and I can sort out the issues. |
Tested this again, but this time using Google's gemini-2-flash... and it's really good. RAG just sucks for this lol. Just putting the full docs in the prompt with 1M tokens did the trick. |
Can't test it but looks good |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1355 +/- ##
==========================================
- Coverage 81.33% 81.24% -0.10%
==========================================
Files 128 128
Lines 6296 6296
Branches 1075 1073 -2
==========================================
- Hits 5121 5115 -6
- Misses 1160 1166 +6
Partials 15 15 ☔ View full report in Codecov by Sentry. |
Thanks for helping make WXT better! |
I'm working on getting a LLM trained on WXT's docs, and this is the first step. The input data is good enough to get good responses from the AI:
See the discord thread for more info: https://discord.com/channels/1212416027611365476/1328125896636366892
Here's the package I created to host these files:
You can preview these files from this PR at: https://deploy-preview-1355--creative-fairy-df92c4.netlify.app/knowledge/index.json
Once merged, you can view the latest files at: https://wxt.dev/knowledge/index.json