diff --git a/specification/_types/Retriever.ts b/specification/_types/Retriever.ts index dc742ca4b8..3e296ba9c4 100644 --- a/specification/_types/Retriever.ts +++ b/specification/_types/Retriever.ts @@ -87,7 +87,8 @@ export class InnerRetriever { export enum ScoreNormalizer { none, - minmax + minmax, + l2_norm } export class SpecifiedDocument {