mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 12:00:46 +00:00
feat(ChatKnowledge): Support Financial Report Analysis (#1702)
Co-authored-by: hzh97 <2976151305@qq.com> Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: licunxing <864255598@qq.com>
This commit is contained in:
3
setup.py
3
setup.py
@@ -20,7 +20,7 @@ with open("README.md", mode="r", encoding="utf-8") as fh:
|
||||
IS_DEV_MODE = os.getenv("IS_DEV_MODE", "true").lower() == "true"
|
||||
# If you modify the version, please modify the version in the following files:
|
||||
# dbgpt/_version.py
|
||||
DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.5.9")
|
||||
DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.5.10")
|
||||
|
||||
BUILD_NO_CACHE = os.getenv("BUILD_NO_CACHE", "true").lower() == "true"
|
||||
LLAMA_CPP_GPU_ACCELERATION = (
|
||||
@@ -512,6 +512,7 @@ def knowledge_requires():
|
||||
"python-pptx",
|
||||
"python-docx",
|
||||
"pypdf",
|
||||
"pdfplumber",
|
||||
"python-multipart",
|
||||
"sentence-transformers",
|
||||
]
|
||||
|
Reference in New Issue
Block a user