Knowledge optimization (#3755)

Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
This commit is contained in:
Jyong
2024-04-24 15:02:29 +08:00
committed by GitHub
parent 3cd8e6f5c6
commit f257f2c396
75 changed files with 2756 additions and 266 deletions

View File

@@ -1,7 +1,7 @@
const translation = {
knowledge: 'Knowledge',
documentCount: ' docs',
wordCount: 'k words',
wordCount: ' k words',
appCount: ' linked apps',
createDataset: 'Create Knowledge',
createDatasetIntro: 'Import your own text data or write data in real-time via Webhook for LLM context enhancement.',
@@ -20,7 +20,7 @@ const translation = {
unavailable: 'Unavailable',
unavailableTip: 'Embedding model is not available, the default embedding model needs to be configured',
datasets: 'KNOWLEDGE',
datasetsApi: 'API',
datasetsApi: 'API ACCESS',
retrieval: {
semantic_search: {
title: 'Vector Search',
@@ -42,6 +42,8 @@ const translation = {
change: 'Change',
changeRetrievalMethod: 'Change retrieval method',
},
docsFailedNotice: 'documents failed to be indexed',
retry: 'Retry',
}
export default translation