-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Conversation
wyuc
commented
Jun 8, 2026
Thanks for the docs. Flagging the disposition here so this is not left wondering: I'd like to park this one for now rather than review the wording yet.
The two new guides document the RAG (#684) and vocational task-engine (#685) features, and both of those are going through a meaningful re-scope right now (the RAG one in particular, to align with the MAIC ETL plan in #621: provider-shaped embedding/index, extractor layer first, and the knowledge-base surface behind a default-off flag). So the guides currently describe a moving target, and the setup and UI flows they document will change. Iterating on the prose now would mostly be redone.
Suggested path:
- Let feat(rag): add local knowledge workflow #684 and feat(vocational): add task engine and procedural skill widgets #685 settle into their reworked shape first.
- Then revisit these guides together so they match the final flows. In general docs land most cleanly alongside (or right after) the feature PR they describe, rather than ahead of it.
One unrelated note: the configuration.mdx edit here removes the MiniMax web-search section, which is independent of RAG and vocational. If that cleanup is correct, it could go in on its own small PR without waiting on the feature work. Happy to take it separately.
No action needed from you right now. We'll pick the docs back up once the feature PRs land.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Port the existing RAG / Local Knowledge and vocational task-engine documentation from the current project into the upstream OpenMAIC docs site.
This is a docs-only PR. It adds the original multi-language guide pages for local knowledge RAG and vocational task generation, and links them from the docs navigation.
Related Issues
N/A
Changes
local-knowledge-rag.mdxlocal-knowledge-rag.zh-cn.mdxlocal-knowledge-rag.zh-tw.mdxlocal-knowledge-rag.ja.mdxlocal-knowledge-rag.ru.mdxlocal-knowledge-rag.ar.mdxvocational-task-engine.mdxvocational-task-engine.zh-cn.mdxvocational-task-engine.zh-tw.mdxvocational-task-engine.ja.mdxvocational-task-engine.ru.mdxvocational-task-engine.ar.mdxpackages/docs/content/docs/meta.jsonso the new guide pages appear in the docs navigation.Type of Change
Verification
Steps to reproduce / test
pnpm checkpnpm lintnpx tsc --noEmitWhat you personally verified
pnpm checkpassed.pnpm lintpassed with existing warnings only and no errors.npx tsc --noEmitpassed.Evidence
pnpm check && pnpm lint && npx tsc --noEmit)Local verification logs:
Checklist