Add documentation about adding reasoning and indexing pipelines to the application (#138)

This commit is contained in:
Duc Nguyen (john)
2024-01-26 22:31:52 +07:00
committed by GitHub
parent 757aabca4d
commit 22c646e5c4
6 changed files with 257 additions and 10 deletions

View File

@@ -68,9 +68,7 @@ KH_EMBEDDINGS = {
"default": True,
},
}
KH_REASONINGS = {
"simple": "ktem.reasoning.simple.FullQAPipeline",
}
KH_REASONINGS = ["ktem.reasoning.simple.FullQAPipeline"]
SETTINGS_APP = {