You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/en.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,12 @@
25
25
"error": "Failed"
26
26
},
27
27
"settings": {
28
+
"rag": {
29
+
"title": "Knowledge Base",
30
+
"desc": "Here, you can configure knowledge base related settings, knowledge base based on RAG technology, through embedding models to convert text into vectors, then through vector search to achieve intelligent search and intelligent answers."
31
+
},
28
32
"editor": {
29
-
"title": "Editor Settings",
33
+
"title": "Markdown Editor",
30
34
"desc": "Here, you can customize the Markdown editor, creating a writing experience tailored to your needs.",
31
35
"typewriterMode": "Typewriter Mode",
32
36
"typewriterModeDesc": "In typewriter mode, the editor will simulate a typewriter effect, helping you better immerse in writing."
0 commit comments