初始化

This commit is contained in:
2026-02-22 18:56:10 +08:00
commit 26677972a6
3112 changed files with 255972 additions and 0 deletions

View File

@@ -0,0 +1,88 @@
{
"id": "Id",
"alias": "Alias",
"deptId": "DeptId",
"tenantId": "TenantId",
"icon": "Icon",
"title": "Title",
"categoryId": "Category",
"description": "Description",
"slug": "Slug",
"vectorStoreEnable": "VectorStoreEnable",
"vectorStoreType": "VectorStoreType",
"vectorStoreCollection": "VectorStoreCollection",
"vectorStoreConfig": "VectorStoreConfig",
"vectorEmbedLlmId": "VectorEmbedLlm",
"created": "Created",
"createdBy": "CreatedBy",
"modified": "Modified",
"modifiedBy": "ModifiedBy",
"options": "Options",
"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"
},
"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"
}