thinkinds

Results 5 issues of thinkinds

### pycaret version checks - [X] I have checked that the issue still exists on the latest versions of the docs [here](https://pycaret.gitbook.io/docs/) ### Location of the documentation https://pycaret.readthedocs.io/en/latest/api/regression.html ### Documentation...

documentation

I tried to build a docker image following instructions on this page [https://github.com/open-webrtc-toolkit/owt-server/tree/master/docker](url). In the lase few steps, I got error as below: `Step 65/65 : RUN cd /home &&...

I found a warning in the code of hinfinity_filter: "This code is likely incorrect. DO NOT USE." Is this true? Anybody tried?

[LangChain for LLM Application Development](https://github.com/datawhalechina/prompt-engineering-for-developers/tree/main/content/LangChain%20for%20LLM%20Application%20Development)第7节中的Agent翻成了”代理“,不是很妥。 ![image](https://github.com/datawhalechina/prompt-engineering-for-developers/assets/12029093/45d7f945-6844-41c6-9204-6c723cef6eb1)

按照2wiki教程部署完成后,在终端执行python qa.py正常得到推理结果,但是在web前端知识库问答中输入相同问题提交后显示语句执行中一直转圈,查看log,发现一直滚动输出以下信息: 2025-02-25 09:19:46,225 [] [] [http-nio-8887-exec-1] INFO c.a.o.a.h.s.f.AclFilter - aclFilter.gotoUrl:/#/login 2025-02-25 09:19:46,228 [] [] [http-nio-8887-exec-1] INFO c.a.o.a.h.s.f.AclFilter - [GET:http://127.0.0.1:8887/v1/datas/query/3] cost:3 问了AI,说从日志信息来看,这是一个认证相关的问题。当你通过前端页面访问时,系统检测到未登录状态,所以一直重定向到登录页面( /#/login ),但是我确认我是登录状态。 请问这是什么问题,如何解决?