Upgrade the declarative pipeline for cleaner interface (#51)

This commit is contained in:
Nguyen Trung Duc (john)
2023-10-24 11:12:22 +07:00
committed by GitHub
parent aab982ddc4
commit 9035e25666
26 changed files with 365 additions and 169 deletions

View File

@@ -30,7 +30,6 @@ setuptools.setup(
exclude=("tests", "tests.*", "examples", "examples.*")
),
install_requires=[
"farm-haystack==1.19.0",
"langchain",
"theflow",
"llama-index",
@@ -59,6 +58,7 @@ setuptools.setup(
"python-dotenv",
"pytest-mock",
"unstructured[pdf]",
"farm-haystack==1.19.0",
],
},
entry_points={"console_scripts": ["kh=kotaemon.cli:main"]},