docs(memory): add TestMemoryStore documentation - #3199
Conversation
c976fa0 to
242cae7
Compare
Documentation Preview ReadyYour documentation preview has been successfully deployed! Changed pages: Updated at: 2026-07-23T19:50:24.121Z |
|
Assessment: Approve Clean, well-scoped docs PR that adds a Review Categories
Nicely written — the "Recall is keyword matching, not semantic search" callout and the scale/limitations framing set clear expectations for readers. |
|
Assessment: Approve Clean, accurate documentation for Review Categories
Nicely done — the zero-setup framing and the honest "prototyping, not production" scoping make this an easy on-ramp for readers. |
|
Re-reviewed the
Diff against |
Description
TestMemoryStoreshipped in both SDKs but had no docs page, so the memory docs only demonstratedBedrockKnowledgeBaseStore— putting a cloud account and a provisioned knowledge base between a developer and their first taste of memory. This adds a concept page for the zero-setup store and makes it the Getting Started path on the Memory overview, so recall, injection, and extraction can be tried with one import and no infrastructure.The page mirrors the
BedrockKnowledgeBaseStorepage's structure (frontmatter, opening example,Configuration/Extraction/Relatedsections) so the two read as siblings, and its "Scale and Limitations" section reflects the currentStorage-backed implementation (fresh read peradd, atomicity owned by the backend, per-instance write serialization) rather than the pre-refactor internals.Documentation PR
This is the documentation. All changes are under
site/.Type of Change
Documentation update
Testing
Ran
npm run build(Astro): 844 pages, no broken links, all--8<--snippet references resolve, frontmatter andsourceLinksvalidate. Rannpm run typecheck:snippetsagainst the current SDK so the TypeScript examples compile against the realTestMemoryStoresubpath export, and Prettier over the snippet files. Also exercised the store end to end in both SDKs (default home-dir path, explicitpath,persist: falseephemerality, dedup, cross-restart recall) to confirm every prose claim matches behavior.hatch run prepareChecklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.