feat: Add text splitting configuration options

This commit is contained in:
n4ze3m
2025-01-04 23:24:23 +05:30
parent 1d9d704c76
commit 0af69a3be8
29 changed files with 315 additions and 102 deletions

View File

@@ -334,6 +334,14 @@
"label": "عدد المستندات المسترجعة",
"placeholder": "أدخل عدد المستندات المسترجعة",
"required": "الرجاء إدخال عدد المستندات المسترجعة"
},
"splittingSeparator": {
"label": "الفاصل",
"placeholder": "أدخل الفاصل (مثال: \\n\\n)",
"required": "الرجاء إدخال الفاصل"
},
"splittingStrategy": {
"label": "مقسم النص"
}
},
"prompt": {
@@ -355,4 +363,5 @@
},
"chromeAiSettings": {
"title": "إعدادات Chrome AI"
}}
}
}