Fan

Results 17 comments of Fan

Thanks for your quick response! Looking forward for the new feature.

+1 用文件夹传会一直跑不完

挺好奇你用哪个大模型,怎么做的升腾gpu的适配?

> error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output] 你装的VS2022吧?2022好像不行,而且VS也不需要装全 只装2015的C++的build tools就行, 看这个装一下 https://zhuanlan.zhihu.com/p/471661231

需要用websocket的方式调用,不是http的post方式 你用postman的话,有websocket实例 ![image](https://github.com/imClumsyPanda/langchain-ChatGLM/assets/1787565/60d47e79-45be-4b2a-989e-1aa7d98e39c4) 这样调用 ![image](https://github.com/imClumsyPanda/langchain-ChatGLM/assets/1787565/e06c16a2-db5c-452c-81fd-7eceb943e23e) 在程序里调用的找下支持ws的sdk

I also met this error at beginning, I do have a docker hosted mysql and created specific db for this test. until I restarted the webserver, I found out that...

这是让测试知识库匹配的,只是embedding的向量查询测试,不经过大模型处理的,你注意看对话框最上边的解释说明。。。。 你说的应该去对话tab,选知识库问答