-
接入zhipu-api的在线大模型进行LLM对话报错,报错信息如下,请问是什么原因
Traceback (most recent call last):
File "/usr/local/serving/serving/server/utils.py", line 36, in wrap_done
await fn
File "/opt/conda/lib/python3.…
-
![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/31032620/5aaf739d-7ccb-4567-af3b-0e8165671653)
![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/31032620/c69c0…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
-
我启动显卡时,使用了bge+faiss构建了知识库。现在使用CPU,用zhipu的api进行作为embedding模型,但是原文档的向量库似乎没有重建。在问答时候,岂不是query是使用zhipu-api,document是使用bge,算相似性匹配的时候感觉没这么准确?
请问我是否是要更换知识库的embedding方法重建知识库会更准确?@dosu-bot
-
在公司电脑和网络环境上跑demo会出现这个报错,在私人电脑上没有这个问题。
Exception in thread "main" java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPa…
-
参考你的代码,运行下面的代码出现错误
```python
from langchain_zhipu import ChatZhipuAI
from langchain_core.callbacks import BaseCallbackHandler
import os
API_KEY = os.getenv("GLM_API_KEY")
llm = ChatZhipuAI(
…
-
在Android设备上执行SSE调用,遇到NetWorkOnMainThreadException,报错日志:
03-05 18:23:32.623 14557 14557 E AndroidRuntime: FATAL EXCEPTION: main
03-05 18:23:32.623 14557 14557 E AndroidRuntime: Process: com.cxy.dem…
-
版本是0.29版本
调用的是在线的qwen-turbo
基于知识的问答,当并发大于5的时候,报错
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/data/zhouyj/IntQA/env/lib/python3.9/site-packages/uvicorn/prot…
-
The removal of tokenUsage resulted in incorrect results, and I am unable to modify the isOpenAiModel variable. Although I am not using the OPENAI model, it still returns tokenUsage
Error:
Cann…
-
**这个功能与现有的问题有关吗?**
没有
**你想要什么功能或者有什么建议?**
加入调用智谱清言API的功能。
**有没有可以参考的同类竞品?**
目前暂无。
**其他信息**
智谱最近推出了GLM-4,性能有很大的提升,希望接入支持一下国产模型。