-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update OceanBaseStore to be compatible with oceanbase-4.3.3.0 #2074
Conversation
Signed-off-by: shanhaikang.shk <shanhaikang.shk@oceanbase.com>
Signed-off-by: shanhaikang.shk <shanhaikang.shk@oceanbase.com>
Signed-off-by: shanhaikang.shk <shanhaikang.shk@oceanbase.com>
Signed-off-by: shanhaikang.shk <shanhaikang.shk@oceanbase.com>
Hi @GITHUBear, Can the default value of
|
@csunny Yes, we recommend setting the value of from pyobvector import ObVecClient
tmp_client = ObVecClient()
tmp_client.perform_raw_text_sql(
"ALTER SYSTEM ob_vector_memory_limit_percentage = 30"
) Since a tenant only needs to set |
What I mean is that OB sets the default value of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, 🎉🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
OceanBase officially released the vector store function in version 4.3.3. The SQL statements to use vector index have been changed. For compatibility, the implementation of OceanBaseStore should be updated:
How Has This Been Tested?
Snapshots:
Checklist: