Langchain-Chatchat icon indicating copy to clipboard operation
Langchain-Chatchat copied to clipboard

Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with la...

Results 929 Langchain-Chatchat issues
Sort by recently updated
recently updated
newest added

_HISTOGRAMPROTO = DESCRIPTOR.message_types_by_name['HistogramProto'] AttributeError: 'NoneType' object has no attribute 'message_types_by_name' 环境是python3.10

利用 fastapi 实现 API 部署方式,具体怎么实现,有方法说明吗?

在示例cli_demo.py中返回的匹配文本没有对应的score,可以加上这个feature吗

docker run -d --restart=always --name chatglm -p 7860:7860 -v /www/wwwroot/code/langchain-ChatGLM:/chatGLM chatglm Unable to find image 'chatglm:latest' locally docker: Error response from daemon: pull access denied for chatglm, repository does not...

大佬们,wsl的ubuntu怎么配置用cuda加速,装了运行后发现是cpu在跑

Hey 我是来自 [langchain-serve](https://github.com/jina-ai/langchain-serve) 的dev! 请问你们在langchain部分的集成有线上的场景吗? 如果有可以考虑了解下我们的产品,方便把langchain部署在云端: - Exposes APIs from function definitions locally as well as on the cloud. - Very few lines of code changes, ease of development remains...

通过lora训练的方式得到以下文件: ![image](https://user-images.githubusercontent.com/35793823/234215007-1bc9a163-5d7e-42b4-a0ff-20c07dda700d.png) ,我该如何在web_ui.py中加载该微调模型?

请问大佬: 1、我能否在这套框架内使用自己训练的文本向量化模型来替代默认的text2vec-large-chinese?这将大大提高在我特定领域内知识库搜索的精准度 2、能否自定义我自己的相似度计算公式?替换原有的比如inner product? 感谢

when I play, I have to load the local data again and again when to start. I wonder if it is possible to use a vectorDB to store all the...