Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HansonJames/general_digital_human_system
/ functions
Functions
42 in github.com/HansonJames/general_digital_human_system
⨍
Functions
42
◇
Types & classes
5
↳
Endpoints
9
↓ 14 callers
Method
error
(self, message: str)
rag_llm.py:79
↓ 4 callers
Method
invoke
(self, question: str, collection: Optional[str] = None, model: str = "gpt-4o", max_length: int = 300, temperat
rag_llm.py:259
↓ 3 callers
Function
chatWithAI
(avatarSynthesizer)
static/app.js:27
↓ 3 callers
Function
get_md5
(input_string)
rag_llm.py:120
↓ 2 callers
Function
loadKnowledgeBases
()
static/app.js:259
↓ 2 callers
Function
setupWebRTC
()
static/app.js:102
↓ 2 callers
Function
stopRecording
()
static/app.js:236
↓ 2 callers
Method
update
(self, processed: int)
rag_llm.py:73
↓ 1 callers
Method
_load_vectorized_files
加载已向量化的文件列表
rag_llm.py:143
↓ 1 callers
Function
changeAvatar
(selectedAvatar)
static/app.js:365
↓ 1 callers
Function
checkVectorizationProgress
()
static/app.js:279
↓ 1 callers
Method
complete
(self)
rag_llm.py:76
↓ 1 callers
Method
get_chain
(self, collection, model, max_length, temperature)
rag_llm.py:250
↓ 1 callers
Method
get_memory
(self)
main.py:188
↓ 1 callers
Method
get_progress
(self)
rag_llm.py:83
↓ 1 callers
Method
get_retrievers
获取检索器
rag_llm.py:220
↓ 1 callers
Method
get_vectorization_progress
获取向量化进度
rag_llm.py:245
↓ 1 callers
Function
initializeApp
()
static/app.js:77
↓ 1 callers
Function
initializeSpeechRecognition
()
static/app.js:184
↓ 1 callers
Method
lazy_load
(self)
rag_llm.py:114
↓ 1 callers
Method
load
(self)
rag_llm.py:117
↓ 1 callers
Method
qingxu_chain
(self, query: str, knowledge: str = "")
main.py:201
↓ 1 callers
Function
sendMessage
()
static/app.js:440
↓ 1 callers
Function
speakerHandel
(avatarSynthesizer, msg, qingxu)
static/app.js:8
↓ 1 callers
Method
start
(self, file_name: str, total_chunks: int)
rag_llm.py:66
↓ 1 callers
Function
startRecording
()
static/app.js:225
↓ 1 callers
Method
vectorize_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
Function
chat
处理聊天请求
main.py:320
Method
chat
(self, query)
main.py:197
Function
get_avatars
()
main.py:315
Function
get_config
()
main.py:230
Function
get_knowledge_bases
获取所有知识库
main.py:238
Function
get_speech_config
获取语音配置
main.py:305
Function
get_vectorization_progress
获取向量化进度
main.py:277
Function
get_voices
()
main.py:300
Function
read_root
()
main.py:225
Function
search
搜索功能
main.py:71
Function
upload_document
上传并向量化知识库文档
main.py:251