Feat/note book (#2134)

Co-authored-by: sunshinesmilelk <41573506+sunshinesmilelk@users.noreply.github.com>
Co-authored-by: csunny <cfqsunny@163.com>
This commit is contained in:
明天
2024-11-21 20:33:54 +08:00
committed by GitHub
parent 9566f4e9f7
commit 0bc478b7b5
429 changed files with 12797 additions and 27833 deletions

View File

@@ -462,7 +462,7 @@ def core_requires():
"uvicorn",
"shortuuid",
# 2.0.29 not support duckdb now
"SQLAlchemy>=2.0.25,<2.0.29",
"SQLAlchemy>=2.0.25, <2.0.29",
# for cache
"msgpack",
# for AWEL operator serialization
@@ -472,7 +472,7 @@ def core_requires():
# find a new toolkit.
"pympler",
"duckdb",
"duckdb-engine",
"duckdb-engine==0.9.1",
# lightweight python library for scheduling jobs
"schedule",
# For datasource subpackage
@@ -718,6 +718,8 @@ def default_requires():
"sentencepiece",
"ollama",
"qianfan",
"libro>=0.1.25",
"poetry",
]
setup_spec.extras["default"] += setup_spec.extras["framework"]
setup_spec.extras["default"] += setup_spec.extras["rag"]