From fbd01a8ecee267a3738bd6f86de0a0896e252943 Mon Sep 17 00:00:00 2001 From: chinmay7016 <75988613+chinmay7016@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:25:46 +0530 Subject: [PATCH] Update knownledge.md typo solved --- docs/modules/knownledge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/knownledge.md b/docs/modules/knownledge.md index 03fb45eec..7c8b2758f 100644 --- a/docs/modules/knownledge.md +++ b/docs/modules/knownledge.md @@ -1,4 +1,4 @@ -# Knownledge +# Knowledge As the knowledge base is currently the most significant user demand scenario, we natively support the construction and processing of knowledge bases. At the same time, we also provide multiple knowledge base management strategies in this project, such as: 1. Default built-in knowledge base @@ -32,4 +32,4 @@ Optionally, you can run `dbgpt knowledge load --help` command to see more usage. 3.Add the knowledge repository in the interface by entering the name of your knowledge repository (if not specified, enter "default") so you can use it for Q&A based on your knowledge base. -Note that the default vector model used is text2vec-large-chinese (which is a large model, so if your personal computer configuration is not enough, it is recommended to use text2vec-base-chinese). Therefore, ensure that you download the model and place it in the models directory. \ No newline at end of file +Note that the default vector model used is text2vec-large-chinese (which is a large model, so if your personal computer configuration is not enough, it is recommended to use text2vec-base-chinese). Therefore, ensure that you download the model and place it in the models directory.