Files
MultiPhysicsVault/wiki/concepts/Query-Time Retrieval.md
T
김경종 72dad72703
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
add claude-obsidian
2026-05-28 10:57:16 +09:00

2.4 KiB

type, title, created, updated, tags, status, related
type title created updated tags status related
concept Query-Time Retrieval 2026-04-24 2026-04-24
rag
retrieval
llm-wiki
developing
How does the LLM Wiki pattern work?
Wiki vs RAG
LLM Wiki Pattern
Persistent Wiki Artifact
Source-First Synthesis

Query-Time Retrieval

Query-time retrieval is the baseline memory pattern that LLM Wiki is contrasted against: relevant material is retrieved when the user asks a question, and the answer is generated from the retrieved context.

Boundary Filled

The selected question contrasts wiki accumulation with RAG, but it does not define the retrieval side precisely. This page anchors the contrast in the original RAG paper and in the LLM Wiki gist.

Extracted Claims

Contrast With Wiki Memory

Query-time retrieval can provide external evidence at answer time. The LLM Wiki pattern shifts part of the work earlier by compiling source material into maintained pages before later queries arrive: https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f

Primary Sources