Update OceanBaseStore to be compatible with oceanbase-4.3.3.0 (#2074)

Signed-off-by: shanhaikang.shk <shanhaikang.shk@oceanbase.com>
This commit is contained in:
GITHUBear
2024-10-18 16:14:37 +08:00
committed by GitHub
parent 53ba6259d2
commit c398fb64c4
5 changed files with 359 additions and 686 deletions

View File

@@ -17,7 +17,6 @@ services:
- OB_PORT=2881
- OB_USER=root@test
- OB_DATABASE=test
- OB_SQL_DBG_LOG_PATH=/sql_log/sql.log
- LOCAL_DB_TYPE=sqlite
- LLM_MODEL=tongyi_proxyllm
- PROXYLLM_BACKEND=qwen-plus
@@ -26,7 +25,6 @@ services:
# - TONGYI_PROXY_API_KEY={your-api-key}
- LANGUAGE=zh
# - OB_ENABLE_NORMALIZE_VECTOR=True
# - OB_ENABLE_INDEX=True
ports:
- 3306:3306
- 12345:12345