From 29dac02955c02da2bbe50a0472d32db3a707c13f Mon Sep 17 00:00:00 2001 From: chinmay7016 <75988613+chinmay7016@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:27:51 +0530 Subject: [PATCH] Update and rename knownledge.md to knowledge.md typo solved --- docs/modules/{knownledge.md => knowledge.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/modules/{knownledge.md => knowledge.md} (97%) diff --git a/docs/modules/knownledge.md b/docs/modules/knowledge.md similarity index 97% rename from docs/modules/knownledge.md rename to docs/modules/knowledge.md index 03fb45eec..7c8b2758f 100644 --- a/docs/modules/knownledge.md +++ b/docs/modules/knowledge.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.