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
Owner

תיקון bug ב-#80: insert_style_exemplar העביר str(embedding) ל-עמודת vectorDataError. asyncpg עם pgvector.register_vector מקבל list[float] ישירות (כמו store_*_image_embeddings). Backfill הורץ בהצלחה: 2670 דוגמאות-סגנון מ-83 החלטות של דפנה (discussion 926 / summary 676 / claims 304 / background 48 / other 716).

🤖 Generated with Claude Code

תיקון bug ב-#80: `insert_style_exemplar` העביר `str(embedding)` ל-עמודת `vector` → `DataError`. asyncpg עם `pgvector.register_vector` מקבל list[float] ישירות (כמו `store_*_image_embeddings`). **Backfill הורץ בהצלחה: 2670 דוגמאות-סגנון מ-83 החלטות של דפנה** (discussion 926 / summary 676 / claims 304 / background 48 / other 716). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
chaim added 1 commit 2026-06-06 18:15:25 +00:00
asyncpg עם pgvector register_vector מקבל את ה-embedding כ-list[float] ישירות;
str() גרם ל-DataError. תוקן בהתאם לדפוס store_*_image_embeddings.
Backfill הורץ בהצלחה: 2670 דוגמאות מ-83 החלטות.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
chaim merged commit 172511339f into main 2026-06-06 18:15:32 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ezer-mishpati/legal-ai#81