chatchat-space / Langchain-Chatchat

Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain
Apache License 2.0
32.28k stars 5.6k forks source link

[BUG] 简洁阐述问题 / Concise description of the issue:界面启动报错 #5116

Open virtual-sln opened 4 days ago

virtual-sln commented 4 days ago

问题描述 / Problem Description 用简洁明了的语言描述这个问题 / Describe the problem in a clear and concise manner. TypeError: error when get /knowledge_base/list_knowledge_bases: Client.init() got an unexpected keyword argument 'proxies' AttributeError:API未能返回正确的JSON。'NoneType' object has no attribute 'json'

安装:源码pip安装 之前安装时没这个问题,这次安装出现下面这种问题了,好像是多了一个keyword,请问有人知道怎么解决吗

image

环境信息 / Environment Information

liu697 commented 3 days ago

Snipaste_2024-11-29_22-11-28 我感觉咱们是同一个问题,有大佬能解决一下吗?

refkxh commented 2 days ago

可以参见 Issue #5115

virtual-sln commented 1 day ago

可以参见 Issue #5115

好的,感谢,已解决

virtual-sln commented 1 day ago

Snipaste_2024-11-29_22-11-28 我感觉咱们是同一个问题,有大佬能解决一下吗?

是同一个问题,参考楼下给的链接,对httpx包降级,原0.28.0。 pip install httpx==0.27.2