diff --git a/pilot/language/lang_content_mapping.py b/pilot/language/lang_content_mapping.py index f293b8510..5d165b51c 100644 --- a/pilot/language/lang_content_mapping.py +++ b/pilot/language/lang_content_mapping.py @@ -52,15 +52,15 @@ lang_dicts = { "sql_schema_info": "the schema information of database {}: {}\n", "current_dialogue_mode": "Current dialogue mode", "database_smart_assistant": "Database smart assistant", - "sql_vs_setting": "In the automatic execution mode, DB-GPT can have the ability to execute SQL, read knowledge from the network, automatically store and learn", + "sql_vs_setting": "In the automatic execution mode, DB-GPT can have the ability to execute SQL, read data from the network, automatically store and learn", "knowledge_qa": "Documents QA", - "configure_knowledge_base": "Configure Knowledge Base", - "new_klg_name": "New Knowledge Base name", - "add_as_new_klg": "Add as new knowledge base", - "add_file_to_klg": "Add file to knowledge base", + "configure_knowledge_base": "Configure Documents", + "new_klg_name": "New document name", + "add_as_new_klg": "Add as new documents", + "add_file_to_klg": "Add file to documents", "upload_file": "Upload file", "add_file": "Add file", - "upload_and_load_to_klg": "Upload and load to knowledge base", + "upload_and_load_to_klg": "Upload and load to documents", "upload_folder": "Upload folder", "add_folder": "Add folder", "send": "Send",