nilin1998
nilin1998
> 看起来不止是milvus,我看到milvus的repo里你创建了这个issue @AlexNilone ,正好我最近升级0.2.10也遇到这个问题,实在解决不了。 就在刚才,换了pgvector:看起来应该是向量化以后的代码逻辑问题 2024-01-29 21:19:14.733 Uncaught app exception Traceback (most recent call last): File "/Users/colin/miniforge3/envs/chatchat/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script exec(code, module.**dict**) File "/Users/colin/Documents/Source/Langchain-Chatchat/webui.py", line 64, in pages[selected_page]["func"](api=api, is_lite=is_lite)...
> 一模一样的情况,请问解决了吗 你好,请问你解决了嘛
> > > 一模一样的情况,请问解决了吗 > > > > > > 你好,请问你解决了嘛 > > 还没有 你好,我按照以下方式修改,解决了  将collection_id改为custom_id,将results语句中的ids外加tuple 我的langchain-chat版本是v0.2.9
> Reference 我向量库用的是pgvector,只改了pg_kb_service.py的这段代码
感觉也是类似的,你看看collection_id是不是mivlus库里也没有,也是custom_id ---原始邮件--- 发件人: ***@***.***> 发送时间: 2024年3月4日(周一) 下午2:41 收件人: ***@***.***>; 抄送: ***@***.******@***.***>; 主题: Re: [chatchat-space/Langchain-Chatchat] [BUG] 与milvus整合时页面出现点击异常 (Issue #2761) Reference 我向量库用的是pgvector,只改了pg_kb_service.py的这段代码 老哥,如果用milvus向量库,要怎么改呀 — Reply to this email directly, view it on...
> 解决了吗,同样遇到这样的问题 TypeError: string indices must be integers Traceback: File "/opt/conda/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script exec(code, module.**dict**) File "/usr/local/serving/serving/webui.py", line 87, in pages[selected_page]["func"](api=api, is_lite=is_lite) File "/usr/local/serving/serving/webui_pages/knowledge_base/knowledge_base.py", line 338, in knowledge_base_page...
> > > > > > 你好,以下是一种方式: > > > > > > > > > > > > 1. 打开`server/chat/knowledge_base_chat.py`文件 > > > > > > 2. 第62行左右 >...
> > > > > > > > 你好,以下是一种方式: > > > > > > > > > > > > > > > > 1. 打开`server/chat/knowledge_base_chat.py`文件 > > >...
> > > > > 你好,以下是一种方式: > > > > > > > > > > 1. 打开`server/chat/knowledge_base_chat.py`文件 > > > > > 2. 第62行左右 > > > > >...
您好,请问您实际测了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( query: str, top_k: int, history: Optional[List[History]], model_name:...