Merge pull request 'fix(style-acq T1): insert_style_exemplar — vector כ-list (register_vector)' (#81) from worktree-style-acquisition-mvp into main
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 1m36s

This commit was merged in pull request #81.
This commit is contained in:
2026-06-06 18:15:31 +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,
)