Kevin Hu

Results 1522 comments of Kevin Hu

Why can't we get the `process.env.HIDE_SIGNUP` value during testing? How to accomplish that?

So, it's not feasible to disable signing-up only via envirement variable in the container, isn't it? And there's no place to know for others how to disable it via adding...

Is it local deployed? Demo site doesn't support file uploading of that large size. Set MAX_CONTENT_LENGTH in docker/.env to a very large number. Or check nginx.conf about the package size.

Please check the backend logs `docker logs -f ragflow-server`. Is there any error message?

Check the `host` of `mysql` part in `conf/service_conf.yaml`. Make sure it's accessible.

> > ## v0.1.0 > > > > * [x] URL support: Capable of web crawling and the corresponding content extration. @KevinHuSh > > @KevinHuSh Hi, I wonder what's the...

The DSL exported from the front end can be only used to be imported through web end.

A record of task will be in redis and mysql at the same time. If a task from redis does not exist in mysql, it will assert. It's usually caused...

It's probably caused by error response from LLMs.