diff --git a/src/renderer/src/config/embedings.ts b/src/renderer/src/config/embedings.ts index fcc7d3b8..c1bb22dd 100644 --- a/src/renderer/src/config/embedings.ts +++ b/src/renderer/src/config/embedings.ts @@ -222,6 +222,10 @@ export const EMBEDDING_MODELS = [ { id: 'embed-multilingual-v2.0', max_context: 256 + }, + { + id: 'text-embedding-004', + max_context: 2048 } ]