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.29k stars 5.6k forks source link

如果要在知识库返回的内容中附带图片连接该怎么处理呢? #3282

Closed goldmei closed 8 months ago

goldmei commented 8 months ago

如果要在知识库返回的内容中附带图片连接该怎么处理呢?

dosubot[bot] commented 8 months ago

嘿,@goldmei!很高兴再次见到你。希望你最近一切都好!

在Langchain-Chatchat的知识库返回的内容中附带图片链接,可以通过Markdown语法实现。Markdown中插入图片的基本语法是:

![alt text](URL "Optional title")

根据您提供的上下文,图片已经按照Markdown语法正确插入:

- Graph-based
    - HNSW
    - NSG
    - Vamana(DiskANN)
        -  ![图片](./img/大模型应用技术原理-幕布图片-793118-735987.jpg)
        -  ![图片](./img/大模型应用技术原理-幕布图片-580318-260070.jpg)

以及:

- Self-RAG
    - 框架
        -  ![图片](./img/大模型应用技术原理-幕布图片-108319-429731.jpg)
        -  ![图片](./img/大模型应用技术原理-幕布图片-918388-323086.jpg)

这些图片通过相对路径插入,其中./img/指的是当前Markdown文件所在目录的img子目录。如果这些图片能够在您的系统或网站上正确访问,那么这种方式是有效的。如果您需要使用网络上的图片,只需将相对路径替换为图片的URL即可。例如:

![图片](https://example.com/path/to/image.jpg)

关于Langchain-Chatchat知识库是否支持Markdown语法渲染图片,我在仓库中没有找到明确的答案。可能需要更多的信息或者在其他地方寻找答案。如果您有更多的信息或者问题,欢迎继续提问。

Sources

#### About Dosu This response is meant to be useful and save you time. It is **not meant to be a precise solution**, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot.
guodastanson commented 8 months ago

第三个问题: 模型回答的时候有时候会给回答加<回答></回答>的标签,这种如何去除? 微信图片_20240313100011 第四个问题:在你提一个问题时,模型有时候会自己重复提问回答,生成 ,而且有时候Round都是一模一样的内容,这种又是什么原因呢

zRzRzRzRzRzRzR commented 8 months ago

知识库直接跳过了图片不处理的。 自问自答是你没有更新chatglm3最新的huggingface配置文件

guodastanson commented 8 months ago

@zRzRzRzRzRzRzR 我用modelscope下的模型,我再看看更新。谢谢!

zixiaotan21 commented 7 months ago

@goldmei 同样遇到这个问题 想问问楼主解决了吗