Skip to content

The repository implements a dialogue system for chatglm3 based on document question-answering, mainly comprising three parts.

Notifications You must be signed in to change notification settings

HeiMaWZ/ChatGLM-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ChatGLM-doc

The repository implements a dialogue system for chatglm3 based on document question-answering, mainly comprising three parts: 1. Parsing documents into lists. 2. Converting text into vectors and storing them in a vector database. 3. Subsequently, the system can match the most similar two question-answer pairs based on vector distance and add them to the prompt, optimizing the model's question-answering performance.

About

The repository implements a dialogue system for chatglm3 based on document question-answering, mainly comprising three parts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages