chatchat-space / Langchain-Chatchat

Langchain-Chatchat(原Langchain-ChatGLM, Qwen 与 Llama 等)基于 Langchain 与 ChatGLM 等语言模型的 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
29.93k stars 5.24k forks source link

[BUG] Using the API to call the Embedding model of Aliyun Tongyi Qianwen, it is unable to perform knowledge base question answering. #4176

Closed x18-1 closed 1 week ago

x18-1 commented 1 month ago

Problem Description When I use the Embedding model of Aliyun Tongyi Qianwen to perform vectorization operations, I am unable to perform knowledge base question answering. However, when I use the local bge-large-zh-v1.5 model for vectorization, I am able to perform knowledge base question answering.

Environment Information

x18-1 commented 1 month ago

How to use the API to call the Qwen Embedding model?