[AUR-395, AUR-415] Adopt Example1 Injury pipeline; add .flow() for enabling bottom-up pipeline execution (#32)

* add example1/injury pipeline example
* add dotenv
* update various api
This commit is contained in:
ian_Cin
2023-10-02 16:24:56 +07:00
committed by GitHub
parent 3cceec63ef
commit d83c22aa4e
16 changed files with 114 additions and 69 deletions

View File

@@ -56,6 +56,8 @@ setuptools.setup(
"chromadb",
"wikipedia",
"googlesearch-python",
"python-dotenv",
"pytest-mock",
],
},
entry_points={"console_scripts": ["kh=kotaemon.cli:main"]},