mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 04:06:18 +00:00

* rebuild embedding queue * dataset menu * feat: rebuild data api * feat: ui change embedding model * dataset ui * feat: rebuild index ui * rename collection
16 lines
623 B
JSON
16 lines
623 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.mouseWheelZoom": true,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"prettier.prettierPath": "",
|
|
"i18n-ally.localesPaths": [
|
|
"projects/app/i18n",
|
|
],
|
|
"i18n-ally.enabledParsers": ["json", "yaml", "js", "ts"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.keepFulfilled": false,
|
|
"i18n-ally.sourceLanguage": "zh", // 根据此语言文件翻译其他语言文件的变量和内容
|
|
"i18n-ally.displayLanguage": "zh", // 显示语言
|
|
"i18n-ally.extract.targetPickingStrategy": "most-similar-by-key"
|
|
} |