The embedding column was declared as float[] but the database uses VECTOR(1536) from pgvector. TypeORM doesn't natively support pgvector types, causing 500 errors when querying the system_experiences table. Fixed by: - Changed column type to 'text' with select: false - This prevents TypeORM from trying to select/map the vector column - The embedding field is only used for similarity searches via raw SQL Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| admin-client | ||
| services | ||
| shared | ||
| web-client | ||