We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flowsettings.py
1 parent cd87a7e commit b1e9f98Copy full SHA for b1e9f98
docs/pages/app/customize-flows.md
@@ -89,7 +89,7 @@ The reasoning pipeline:
89
To register your pipelines to ktem, you declare it in the `flowsettings.py`
90
file. This file locates at the current working directory where you start the
91
ktem. In most use cases, it is this
92
-[one](https://github.com/Cinnamon/kotaemon/blob/main/libs/ktem/flowsettings.py).
+[one](https://github.com/Cinnamon/kotaemon/blob/main/flowsettings.py).
93
94
```python
95
KH_REASONING = ["<python.module.path.to.the.reasoning.class>"]
0 commit comments