mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 16:04:21 +00:00
feat: rag fe framework
This commit is contained in:
@@ -232,9 +232,23 @@ const enUS = {
|
||||
},
|
||||
knowledge: {
|
||||
title: 'Knowledge',
|
||||
createKnowledgeBase: 'Create Knowledge Base',
|
||||
description: 'Configuring knowledge bases for improved LLM responses',
|
||||
metadata: 'Metadata',
|
||||
files: 'Files',
|
||||
documents: 'Documents',
|
||||
kbNameRequired: 'Knowledge base name cannot be empty',
|
||||
kbDescriptionRequired: 'Knowledge base description cannot be empty',
|
||||
embeddingModelUUIDRequired: 'Embedding model cannot be empty',
|
||||
daysAgo: 'days ago',
|
||||
today: 'Today',
|
||||
kbName: 'Knowledge Base Name',
|
||||
kbDescription: 'Knowledge Base Description',
|
||||
defaultDescription: 'A knowledge base',
|
||||
embeddingModelUUID: 'Embedding Model',
|
||||
selectEmbeddingModel: 'Select Embedding Model',
|
||||
embeddingModelDescription:
|
||||
'Used to vectorize the text, you can configure it in the Models page',
|
||||
updateTime: 'Updated ',
|
||||
},
|
||||
register: {
|
||||
title: 'Initialize LangBot 👋',
|
||||
|
||||
Reference in New Issue
Block a user