You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pages whose own body is empty but which host attachments are no longer
dropped. The page is emitted with a synthesized index body listing its
attachments, and each attachment is ingested as its own document.
Previously an empty page body caused the whole item — including its
attachments — to be skipped.
Build against framework v0.0.3: content-addressed idempotency keys
(fixes 409 idempotency_conflict on re-rendered page updates),
single-request external-key lookup via the list search filter, and
cursor document-id persistence on the unchanged path (steady-state
sweeps no longer re-scan the IronRAG list endpoint).