Merge branch 'master' into boyin_rag

这个提交包含在:
Boyin Liu
2024-10-11 22:31:07 +08:00
提交者 GitHub
当前提交 d13f1e270c
共有 7 个文件被更改,包括 18 次插入105 次删除

查看文件

@@ -74,7 +74,7 @@ def Rag问答(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_prompt, u
if VECTOR_STORE_TYPE == "Simple":
from crazy_functions.rag_fns.llama_index_worker import LlamaIndexRagWorker
# 1. Retrieve RAG worker from global context
# 1. we retrieve rag worker from global context
user_name = chatbot.get_user()
checkpoint_dir = get_log_folder(user_name, plugin_name='experimental_rag')