docs: fix drift in architecture/embeddings#178
Merged
Conversation
- Update 12 source-note SHA permalinks ed36b98e → ebcf5f16 - Fix Voyage model env var claim: VOYAGE_MODEL is configurable via env var - Add VOYAGE_MODEL to provider-specific configuration table Verified against: automem@ebcf5f16d8a0eecc9400957be1503efaf97fa530
Deploying automem-website with
|
| Latest commit: |
fb02909
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e282e41c.automem-website.pages.dev |
| Branch Preview URL: | https://docs-audit-architecture-embe-zm3z.automem-website.pages.dev |
This was referenced Jun 22, 2026
Member
Author
|
Verified fixes merging now. Open questions from this audit are tracked in #190 so they aren't lost. |
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.
Automated docs audit — 2026-06-16.
Verified against:
automem@ebcf5f16d8a0eecc9400957be1503efaf97fa530Fixes
ed36b98eebcf5f16(June 12 2026); old SHA links resolve but point to stale codeebcf5f16ebcf5f16,provider_init.pyreadsos.getenv("VOYAGE_MODEL", "voyage-4")— the env var is real and functionalVOYAGE_MODELenv var."VOYAGE_MODELabsent from Provider-Specific Configuration tableprovider_init.py@ebcf5f16VOYAGE_MODELrow with defaultvoyage-4and supported modelsOpen question (not fixed — needs maintainer input)
Job Structure table (Queue-Based Processing section) lists three fields:
memory_id,content,attempt: int. Code inspection ofruntime_pipeline.py@ebcf5f16suggests jobs may be stored as(memory_id, content)tuples, not dicts with anattemptfield — theattemptlogic in the Error Handling table (re-queue ifattempt < 3) may be tracked as a worker-local counter rather than a job field. Could not confirm definitively from the WebFetch response. Recommend a maintainer review the Job Structure table and the "Incrementattemptcounter, re-queue ifattempt < 3" error row for accuracy.Generated by Claude Code