docs: add rag and vocational task guides#686
Conversation
|
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:
One unrelated note: the No action needed from you right now. We'll pick the docs back up once the feature PRs land. |
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