Guido Schmutz
Guido Schmutz
Hi @raffaem That's right, this has changed when support for LMStudio has been added. Since then, the env variable `OLLAMA_MODEL` is no longer used. You have to use `LOCAL_LLM` to...
Just submitted the PR. Also changed the documentation accordingly. I decided to name the template file `service_conf.yaml.template` to distinguish it from the `service_conf.yaml` file, which is generated and used at...
@KevinHuSh by the way, the reason why I needed this feature, is the fact that I want to add RAGFlow to the [Platys Modern Data Platform](https://github.com/TrivadisPF/platys-modern-data-platform/) stack, a flexible way...
> @gschmutz `ragflow` uses one of `elasticsearch` and `infinity` as the chunk store. It chould be an issue for Platys to select one. Hi @yuzhichang just saw the changes in...