Chat Knowledge Base
Chat knowledge Base
provides the ability to question and answer questions based on private domain knowledge, and can build intelligent question and answer systems, reading assistants and other products based on the knowledge base
. RAG
technology is also used in DB-GPT to enhance knowledge retrieval.
Noun explanation
Knowledge Space
: is a document space that manages a type of knowledge. Document knowledge of the same type can be uploaded to a knowledge space.
Steps
The knowledge base operation process is relatively simple and is mainly divided into the following steps.
- 1.Create knowledge space
- 2.Upload documents
- 3.Wait for document vectorization
- 4.Select Knowledge Base App
- 5.Chat With App
Create knowledge space
At first open the Construct App
and select the Knowledge
on the top.
Select the knowledge base, click the Create
button, and fill in the necessary information to complete the creation of the knowledge space.
Upload documents
Document addition currently supports multiple types, such as plain text, URL crawling, and various document types such as PDF, Word, and Markdown. Select a specific document to upload
.
Select one or more corresponding documents and click next
.