Feat/agent rag - #389
Closed
timurbazhirov wants to merge 2 commits into
Closed
Conversation
Minimal grounded question-answering agent over the documentation corpus. - ingest.py resolves the cross-site Jinja macros, maps each page to its canonical docs.mat3ra.com URL, and chunks on H2 boundaries with a breadcrumb prefix (534 pages -> 2554 chunks). - agent.py runs in-process BM25 retrieval behind a search_docs tool and an agentic loop against claude-opus-4-6 on Vertex AI. The system prompt restricts answers to retrieved content and citations to URLs that came back from a tool result. The generated index (chunks.jsonl) is a build artifact and is git-ignored, as are the local virtualenv and bytecode. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collects the planning documents for the documentation agent work: the RAG strategy (corpus, retrieval, evaluation) and the web delivery plan (architecture, hosting, repository layout, deployment). These are internal planning notes, not published documentation - the MkDocs builds only read lang/en/docs, so nothing here reaches the site. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
✅ Deploy Preview for mat3ra-documentation ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This was referenced Jul 31, 2026
Member
Author
|
Superseded by #392 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.