Eric Liu

Results 9 comments of Eric Liu

I have the same problem. It worked until 2 months ago and suddenly crashed on one day.

问下第12条请求报错说这个 有人知道怎么解决么 ![image](https://user-images.githubusercontent.com/10938293/152267246-0e615a1f-343b-428e-bf20-61cf0f79c576.png)

> @bushibot you have disable PAGE16K because you are not running on a M1 on Asahi.. Install ccmake with `sudo apt install cmake-curses-gui` and use `ccmake .` in the build...

从脚本注释里面给的 `https://bean.m.jd.com/bean/signIndex.action` 这里获取到的cookie直接填入cookie栏可以使用

> OrbStack's builtin SSH server doesn't support X11 forwarding. You'll have to run your own OpenSSH server for now. Installing a standalone openssh-server works for me. Set the sshd port...

重建会使用 yaml 内配置的默认数据库类型,我目前的做法是在重建某个数据库之前临时更改这个值 ![CleanShot 2024-07-25 at 00 48 15@2x](https://github.com/user-attachments/assets/0eda080d-b005-4def-8ac4-995a71db4501) 个人感觉这种使用方式是不符合预期的

我这边的测试结果是 相同的文档库和 embedding 模型,分别使用不同的数据库初始化(faiss/milvus/es) 得到的搜索质量 faiss >> milvus = es 看代码只有 faiss 用到 bm25,其它两个 db 都没用到,感觉算法有问题 不知道和楼上说的有没有关系

不只是 faiss,milvus 也有同样的问题,忘记传参数了 PR: https://github.com/chatchat-space/Langchain-Chatchat/pull/4616