- add FAQ category table/sql migration and initialize ddl updates - add category service/controller with validation, default category rules, and sorting - support faq item category binding and category-based filtering (include descendants) - redesign FAQ page with category tree actions and UI polish
124 lines
4.6 KiB
JSON
124 lines
4.6 KiB
JSON
{
|
|
"id": "Id",
|
|
"alias": "Alias",
|
|
"deptId": "DeptId",
|
|
"tenantId": "TenantId",
|
|
"icon": "Icon",
|
|
"title": "Title",
|
|
"categoryId": "Category",
|
|
"collectionType": "Knowledge Type",
|
|
"collectionTypeDocument": "Document",
|
|
"collectionTypeFaq": "FAQ",
|
|
"description": "Description",
|
|
"slug": "Slug",
|
|
"vectorStoreEnable": "VectorStoreEnable",
|
|
"vectorStoreType": "VectorStoreType",
|
|
"vectorStoreCollection": "VectorStoreCollection",
|
|
"vectorStoreConfig": "VectorStoreConfig",
|
|
"vectorEmbedLlmId": "VectorEmbedLlm",
|
|
"created": "Created",
|
|
"createdBy": "CreatedBy",
|
|
"modified": "Modified",
|
|
"modifiedBy": "ModifiedBy",
|
|
"options": "Options",
|
|
"rerankEnable": "Enable rerank model",
|
|
"rerankLlmId": "RerankLlm",
|
|
"searchEngineEnable": "SearchEngineEnable",
|
|
"englishName": "EnglishName",
|
|
"documentType": "DocumentType",
|
|
"fileName": "fileName",
|
|
"knowledgeCount": "Number of knowledge items",
|
|
"createdModifyTime": "Creation/update time",
|
|
"documentList": "documentList",
|
|
"knowledgeRetrieval": "knowledgeRetrieval",
|
|
"config": "DocumentCollection",
|
|
"sorting": "Sorting",
|
|
"content": "Content",
|
|
"placeholder": {
|
|
"title": "Please input title",
|
|
"description": "Please provide a description so that the large model can better understand the knowledge base and make calls",
|
|
"englishName": "Please enter an English name",
|
|
"alias": "Please enter an alias, Chinese is not allowed",
|
|
"embedLlm": "Please choose a vector model",
|
|
"rerankLlm": "Please choose to rearrange the model",
|
|
"vectorStoreCollection": "Can only contain letters, numbers, and underscores with a length between 3-20 characters",
|
|
"vectorStoreType": "Please select the vector database type"
|
|
},
|
|
"importDoc": {
|
|
"fileUpload": "File upload",
|
|
"parameterSettings": "ParameterSettings",
|
|
"segmentedPreview": "SegmentedPreview",
|
|
"confirmImport": "ConfirmImport",
|
|
"fileName": "File Name",
|
|
"progressUpload": "Progress of file upload",
|
|
"fileSize": "File size"
|
|
},
|
|
"splitterDoc": {
|
|
"fileType": "FileType",
|
|
"splitterName": "Segmenter",
|
|
"chunkSize": "SegmentLength",
|
|
"overlapSize": "SegmentOverlap",
|
|
"regex": "RegularExpression",
|
|
"document": "Document",
|
|
"simpleDocumentSplitter": "SimpleDocumentSplitter",
|
|
"simpleTokenizeSplitter": "SimpleTokenizeSplitter",
|
|
"regexDocumentSplitter": "RegexDocumentSplitter",
|
|
"markdownHeaderSplitter": "MarkdownHeaderSplitter",
|
|
"mdSplitterLevel": "MarkdownSplitterLevel",
|
|
"uploadStatus": "UploadStatus",
|
|
"pendingUpload": "PendingUpload",
|
|
"completed": "Completed",
|
|
"uploading": "Parsing in progress",
|
|
"importSuccess": "ImportSuccess"
|
|
},
|
|
"documentManagement": "Document management",
|
|
"actions": {
|
|
"knowledge": "Knowledge",
|
|
"retrieve": "Retrieve",
|
|
"addKnowledge": "AddKnowledge",
|
|
"confirmImport": "ConfirmImport",
|
|
"cancelImport": "CancelImport"
|
|
},
|
|
"faq": {
|
|
"faqList": "FAQ List",
|
|
"allFaq": "All FAQ",
|
|
"category": "Category",
|
|
"categoryPlaceholder": "Select a category (empty means default category)",
|
|
"categoryTree": "Category Tree",
|
|
"categoryPath": "Category Path",
|
|
"categoryName": "Category Name",
|
|
"categoryNamePlaceholder": "Please input category name",
|
|
"parentCategory": "Parent Category",
|
|
"parentCategoryPlaceholder": "Please select parent category",
|
|
"rootCategory": "Root Category",
|
|
"sortNo": "Sort No",
|
|
"addCategory": "Add Category",
|
|
"addSiblingCategory": "Add Sibling Category",
|
|
"addChildCategory": "Add Child Category",
|
|
"moveUp": "Move Up",
|
|
"moveDown": "Move Down",
|
|
"promote": "Promote",
|
|
"demote": "Demote",
|
|
"editCategory": "Edit Category",
|
|
"maxLevelTip": "Maximum 3 levels are supported",
|
|
"defaultCategoryChildForbidden": "Default category cannot have child categories",
|
|
"defaultCategoryDeleteForbidden": "Default category cannot be deleted",
|
|
"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",
|
|
"segments": "Segments",
|
|
"similarityScore": "SimilarityScore",
|
|
"alibabaCloud": "AlibabaCloud",
|
|
"tencentCloud": "tencentCloud",
|
|
"vectorEmbedModelTips": "After successful vector data, it is not allowed to modify the vector model",
|
|
"dimensionOfVectorModelTips": "After successful vector data, it is not allowed to modify the dimensions of the vector model",
|
|
"dimensionOfVectorModel": "Dimension of vector model"
|
|
}
|