fix: update flowsettings.py reference (#506)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman 2024-12-17 12:24:33 +02:00 committed by GitHub
parent cd87a7e35f
commit b1e9f98c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ The reasoning pipeline:
To register your pipelines to ktem, you declare it in the `flowsettings.py`
file. This file locates at the current working directory where you start the
ktem. In most use cases, it is this
[one](https://github.com/Cinnamon/kotaemon/blob/main/libs/ktem/flowsettings.py).
[one](https://github.com/Cinnamon/kotaemon/blob/main/flowsettings.py).
```python
KH_REASONING = ["<python.module.path.to.the.reasoning.class>"]