iconsulting/packages
hailin 2069a3cf0a fix(evolution): resolve pgvector type conflict in SystemExperienceORM
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>
2026-01-23 04:46:18 -08:00
..
admin-client fix(admin): correct 401 redirect path to include /admin prefix 2026-01-10 07:57:43 -08:00
services fix(evolution): resolve pgvector type conflict in SystemExperienceORM 2026-01-23 04:46:18 -08:00
shared Initial commit: iConsulting 香港移民咨询智能客服系统 2026-01-09 00:01:12 -08:00
web-client fix(chat): align input area elements vertically centered 2026-01-10 06:49:20 -08:00