Liwan-Chen

Results 6 issues of Liwan-Chen

**问题描述 / Problem Description** LLM 对话模式不能正常回答 ![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/81730147/1c664916-9b5f-40f1-bf65-7bc90d92d5b3) 会报错 \anaconda3\envs\chatchat\Lib\site-packages\langchain_community\chat_models\openai.py", line 493, in _astream if len(chunk["choices"]) == 0: ^^^^^^^^^^^^^^^^^^^^^ TypeError: object of type 'NoneType' has no len() 2024-02-27 14:40:14,225 - utils.py[line:27]...

bug

**将Knowledge base 对话的response 存入info.db** 想将Knowledge base 对话的response 存入info.db,需要在哪一步调用update_message去更新数据

bug

**保存知识库会话到database** 在设计保存知识库会话到数据库时, 在ApiRequest.knowledge_base_chat() 中加入conversation_id , 但是会报错TypeError: ApiRequest.knowledge_base_chat() got an unexpected keyword argument 'conversation_id'

bug

**保存历史对话** 增加历史对话的保存功能 / 希望可以将历史对话保存到数据库或者下载下来

enhancement

在知识库问答模式如何同时使用多个知识库

bug

在知识库问答模式时,如何同时选择使用多个知识库

enhancement