fix: pgvector format, robust error handling & 5-minute API timeout

This commit is contained in:
2026-03-31 18:58:38 -05:00
parent 81d3ba537f
commit fe2b8f5131
3 changed files with 67 additions and 15 deletions

View File

@ -9,6 +9,8 @@ export default defineConfig({
'/api': {
target: 'http://localhost:3001',
changeOrigin: true,
timeout: 300000,
proxyTimeout: 300000,
}
}
}