Skip to content

Commit a198ba9

Browse files
committed
docs(core): clarify non-fast external id fixup invariant
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent f853e61 commit a198ba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/basic_memory/api/v2/routers/knowledge_router.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,8 @@ async def update_entity_by_id(
445445
entity.id,
446446
{"external_id": entity_id},
447447
)
448+
# external_id fixup only changes the DB row. The file content is unchanged,
449+
# so the markdown captured during the write remains valid downstream.
448450
if not entity:
449451
raise HTTPException(
450452
status_code=404,

0 commit comments

Comments
 (0)