Skip to content

Commit

Permalink
Update OceanBaseStore to be compatible with oceanbase-4.3.3.0 (#2074)
Browse files Browse the repository at this point in the history
Signed-off-by: shanhaikang.shk <shanhaikang.shk@oceanbase.com>
  • Loading branch information
GITHUBear authored Oct 18, 2024
1 parent 53ba625 commit c398fb6
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 679 deletions.
2 changes: 0 additions & 2 deletions dbgpt/_private/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,9 @@ def __init__(self) -> None:
self.OB_USER = os.getenv("OB_USER", "root")
self.OB_PASSWORD = os.getenv("OB_PASSWORD", "")
self.OB_DATABASE = os.getenv("OB_DATABASE", "test")
self.OB_SQL_DBG_LOG_PATH = os.getenv("OB_SQL_DBG_LOG_PATH", "")
self.OB_ENABLE_NORMALIZE_VECTOR = bool(
os.getenv("OB_ENABLE_NORMALIZE_VECTOR", "")
)
self.OB_ENABLE_INDEX = bool(os.getenv("OB_ENABLE_INDEX", ""))

# QLoRA
self.QLoRA = os.getenv("QUANTIZE_QLORA", "True")
Expand Down
Loading

0 comments on commit c398fb6

Please sign in to comment.