Update embedings.ts

This commit is contained in:
牡丹凤凰 2025-02-11 21:52:24 +08:00 committed by 亢奋猫
parent bf1fa5b767
commit ceb97e80ff

View File

@ -222,6 +222,10 @@ export const EMBEDDING_MODELS = [
{
id: 'embed-multilingual-v2.0',
max_context: 256
},
{
id: 'text-embedding-004',
max_context: 2048
}
]