From 1ea95ec39f47666bdc7e7fd66a8fcea22918f31a Mon Sep 17 00:00:00 2001 From: maninhill <41712985+maninhill@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:02:04 +0800 Subject: [PATCH] chore: Update README_EN.md (#1823) --- README_EN.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README_EN.md b/README_EN.md index 3ac202629..5bf30f47d 100644 --- a/README_EN.md +++ b/README_EN.md @@ -3,14 +3,13 @@

1Panel-dev%2FMaxKB | Trendshift

License: GPL v3 - Codacy Latest release Stars Download


-MaxKB = Max Knowledge Base, it is a Chatbot based on Large Language Models (LLM) and Retrieval-Augmented Generation (RAG). MaxKB is widely applied in scenarios such as intelligent customer service, corporate internal knowledge bases, academic research, and education. +MaxKB = Max Knowledge Base, it is a chatbot based on Large Language Models (LLM) and Retrieval-Augmented Generation (RAG). MaxKB is widely applied in scenarios such as intelligent customer service, corporate internal knowledge bases, academic research, and education. - **Ready-to-Use**: Supports direct uploading of documents / automatic crawling of online documents, with features for automatic text splitting, vectorization, and RAG (Retrieval-Augmented Generation). This effectively reduces hallucinations in large models, providing a superior smart Q&A interaction experience. - **Model-Agnostic**: Supports various large models, including private models (such as Llama 3, Qwen 2, etc.) and public models (like OpenAI, Claude, Gemini, etc.). @@ -39,7 +38,7 @@ docker run -d --name=maxkb --restart=always -p 8080:8080 -v ~/.maxkb:/var/lib/po -## Technical Stack +## Technical stack - Frontend:[Vue.js](https://vuejs.org/) - Backend:[Python / Django](https://www.djangoproject.com/)