MCPcopy Create free account

hub / github.com/HansonJames/general_digital_human_system / functions

Functions42 in github.com/HansonJames/general_digital_human_system

↓ 14 callersMethoderror
(self, message: str)
rag_llm.py:79
↓ 4 callersMethodinvoke
(self, question: str, collection: Optional[str] = None, model: str = "gpt-4o", max_length: int = 300, temperat
rag_llm.py:259
↓ 3 callersFunctionchatWithAI
(avatarSynthesizer)
static/app.js:27
↓ 3 callersFunctionget_md5
(input_string)
rag_llm.py:120
↓ 2 callersFunctionloadKnowledgeBases
()
static/app.js:259
↓ 2 callersFunctionsetupWebRTC
()
static/app.js:102
↓ 2 callersFunctionstopRecording
()
static/app.js:236
↓ 2 callersMethodupdate
(self, processed: int)
rag_llm.py:73
↓ 1 callersMethod_load_vectorized_files
加载已向量化的文件列表
rag_llm.py:143
↓ 1 callersFunctionchangeAvatar
(selectedAvatar)
static/app.js:365
↓ 1 callersFunctioncheckVectorizationProgress
()
static/app.js:279
↓ 1 callersMethodcomplete
(self)
rag_llm.py:76
↓ 1 callersMethodget_chain
(self, collection, model, max_length, temperature)
rag_llm.py:250
↓ 1 callersMethodget_memory
(self)
main.py:188
↓ 1 callersMethodget_progress
(self)
rag_llm.py:83
↓ 1 callersMethodget_retrievers
获取检索器
rag_llm.py:220
↓ 1 callersMethodget_vectorization_progress
获取向量化进度
rag_llm.py:245
↓ 1 callersFunctioninitializeApp
()
static/app.js:77
↓ 1 callersFunctioninitializeSpeechRecognition
()
static/app.js:184
↓ 1 callersMethodlazy_load
(self)
rag_llm.py:114
↓ 1 callersMethodload
(self)
rag_llm.py:117
↓ 1 callersMethodqingxu_chain
(self, query: str, knowledge: str = "")
main.py:201
↓ 1 callersFunctionsendMessage
()
static/app.js:440
↓ 1 callersFunctionspeakerHandel
(avatarSynthesizer, msg, qingxu)
static/app.js:8
↓ 1 callersMethodstart
(self, file_name: str, total_chunks: int)
rag_llm.py:66
↓ 1 callersFunctionstartRecording
()
static/app.js:225
↓ 1 callersMethodvectorize_file
向量化文件
rag_llm.py:156
Method__init__
(self)
rag_llm.py:59
Method__init__
(self, file_path: str)
rag_llm.py:104
Method__init__
(self)
rag_llm.py:127
Method__init__
(self)
main.py:82
Functionchat
处理聊天请求
main.py:320
Methodchat
(self, query)
main.py:197
Functionget_avatars
()
main.py:315
Functionget_config
()
main.py:230
Functionget_knowledge_bases
获取所有知识库
main.py:238
Functionget_speech_config
获取语音配置
main.py:305
Functionget_vectorization_progress
获取向量化进度
main.py:277
Functionget_voices
()
main.py:300
Functionread_root
()
main.py:225
Functionsearch
搜索功能
main.py:71
Functionupload_document
上传并向量化知识库文档
main.py:251