feat: 增加知识库新类型FAQ知识库
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
"icon": "Icon",
|
||||
"title": "Title",
|
||||
"categoryId": "Category",
|
||||
"collectionType": "Knowledge Type",
|
||||
"collectionTypeDocument": "Document",
|
||||
"collectionTypeFaq": "FAQ",
|
||||
"description": "Description",
|
||||
"slug": "Slug",
|
||||
"vectorStoreEnable": "VectorStoreEnable",
|
||||
@@ -76,6 +79,15 @@
|
||||
"confirmImport": "ConfirmImport",
|
||||
"cancelImport": "CancelImport"
|
||||
},
|
||||
"faq": {
|
||||
"faqList": "FAQ List",
|
||||
"question": "Question",
|
||||
"answer": "Answer",
|
||||
"questionPlaceholder": "Please input question",
|
||||
"answerPlaceholder": "Please input answer",
|
||||
"questionRequired": "Question is required",
|
||||
"answerRequired": "Answer is required"
|
||||
},
|
||||
"searchResults": "SearchResults",
|
||||
"documentPreview": "DocumentPreview",
|
||||
"total": "Total",
|
||||
|
||||
Reference in New Issue
Block a user