nilin1998

Results 15 comments of nilin1998

> > 您好,请问您实际测了m25算法生效了嘛?我发现m25没生效,混合检索仅仅faiss生效了,排查是里面的documents_number一直是0,导致整个算法都没生效 > > […](#) > > ---原始邮件--- 发件人: _**@**_._**> 发送时间: 2024年5月28日(周二) 晚上6:00 收件人: _**@**_.**_>; 抄送: _**@**_._**_**@**_.**_>; 主题: Re: [chatchat-space/Langchain-Chatchat] 如何实现混合检索 (Issue #3994) 你好,以下是一种方式: 打开server/chat/knowledge_base_chat.py文件 第62行左右 async def knowledge_base_chat_iterator(...

> > > > 您好,请问您实际测了m25算法生效了嘛?我发现m25没生效,混合检索仅仅faiss生效了,排查是里面的documents_number一直是0,导致整个算法都没生效 > > > > […](#) > > > > ---原始邮件--- 发件人: _**@**_._**> 发送时间: 2024年5月28日(周二) 晚上6:00 收件人: _**@**_.**_>; 抄送: _**@**_._**_**@**_.**_>; 主题: Re: [chatchat-space/Langchain-Chatchat] 如何实现混合检索 (Issue #3994)...

还有一个问题,采用lora这种训练方式,理论上不会出现灾难性遗忘的现象,但是加载你给的训练模型,输入hello,输出是乱码

> [@dosu](https://github.com/dosu) python api/ragflow_server.py; exec this command. i meet the following error:运行命令 `python api/ragflow_server.py; exec this command.`,我遇到了以下错误: 2025-06-25 18:00:49,177 INFO 2443 ragflow_server log path: /workspace/ragflow/logs/ragflow_server.log, log levels: {'peewee': 'WARNING', 'pdfminer':...

> > The log indicates that the LLM-based NER has failed. Could you check if the LLM service is available? > > 这是我的模型,我有相同的报错: ![image](https://github.com/user-attachments/assets/cdc5c9e5-4002-4128-9243-f16f8ea2ec6a) ![image](https://github.com/user-attachments/assets/25d9522a-86ce-4ec5-9006-dfe42ca62ddc) I encountered the same issue....