Skip to content

Commit 545ae3d

Browse files
committed
Add normalization processorg
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 1636461 commit 545ae3d

File tree

1 file changed

+1
-0
lines changed
  • public/pages/workflows/new_workflow

1 file changed

+1
-0
lines changed

public/pages/workflows/new_workflow/utils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ export function fetchHybridSearchWithRAGMetadata(version: string): UIState {
301301
),
302302
];
303303
baseState.config.search.enrichResponse.processors = [
304+
new NormalizationProcessor().toObj(),
304305
new MLSearchResponseProcessor().toObj(),
305306
];
306307
return baseState;

0 commit comments

Comments
 (0)