mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 03:50:42 +00:00
feat:chroma store refactor (#1508)
This commit is contained in:
3
setup.py
3
setup.py
@@ -19,7 +19,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.5")
|
||||
DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.5.6")
|
||||
|
||||
BUILD_NO_CACHE = os.getenv("BUILD_NO_CACHE", "true").lower() == "true"
|
||||
LLAMA_CPP_GPU_ACCELERATION = (
|
||||
@@ -499,7 +499,6 @@ def knowledge_requires():
|
||||
pip install "dbgpt[rag]"
|
||||
"""
|
||||
setup_spec.extras["rag"] = setup_spec.extras["vstore"] + [
|
||||
"langchain>=0.0.286",
|
||||
"spacy>=3.7",
|
||||
"markdown",
|
||||
"bs4",
|
||||
|
Reference in New Issue
Block a user