Skip to content

Commit

Permalink
Update and rename knownledge.md to knowledge.md (#755)
Browse files Browse the repository at this point in the history
fixes #753 
typo solved
  • Loading branch information
fangyinc authored Oct 31, 2023
2 parents 7bdb220 + 29dac02 commit edd6a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/knownledge.md → docs/modules/knowledge.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
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.

0 comments on commit edd6a22

Please sign in to comment.