Merge branch 'staging' into staging-3071-v2

This commit is contained in:
Eradev
2025-01-28 10:49:53 -05:00
74 changed files with 1581 additions and 314 deletions

View File

@@ -164,7 +164,7 @@ function getSourceSettings(source, request) {
};
case 'transformers':
return {
model: getConfigValue('extras.embeddingModel', ''),
model: getConfigValue('extensions.models.embedding', ''),
};
case 'palm':
return {