Compare commits

..
Author SHA1 Message Date
Philipinho 2df80ac1e1 fix: pass tls to redis 2026-08-22 03:43:18 +01:00
@@ -396,10 +396,7 @@ export class WorkspaceService {
}
}
if (
updateWorkspaceDto.aiSearch &&
this.environmentService.getAiVectorDriver() !== 'turbopuffer'
) {
if (updateWorkspaceDto.aiSearch) {
const tableExists = await isPageEmbeddingsTableExists(this.db);
if (!tableExists) {
throw new BadRequestException(