fix(style-acq T1): insert_style_exemplar — vector כ-list (register_vector) #81

Merged
chaim merged 1 commits from worktree-style-acquisition-mvp into main 2026-06-06 18:15:32 +00:00

View File

@@ -2365,7 +2365,7 @@ async def insert_style_exemplar(
paragraph_text, word_count, embedding)
VALUES ($1, $2, $3, $4, $5, $6, $7, $8)""",
decision_number, source, practice_area, outcome, section,
paragraph_text, word_count, str(embedding),
paragraph_text, word_count, embedding,
)