Open GITHUBear opened 3 weeks ago
Hi @Dev-Khant , could you please review my PR? Any feedback will be valuable. Thank you!
Oceanbase is an important database of Alibaba Group, and OB's capabilities can help improve the adaptation of embedchain. The relevant code is very important to me, I need this feature, can you merge it ASAP.
Description
OceanBase Database is a distributed relational database. It is developed entirely by Ant Group. The OceanBase Database is built on a common server cluster. Based on the Paxos protocol and its distributed structure, the OceanBase Database provides high availability and linear scalability.
OceanBase currently has the ability to store vectors. Here we introduce OceanBase as an alternative vector store.
You can deploy a standalone OceanBase server by following steps:
Start a docker container via the following command:
Donwload the partner package:
Check the connection to OceanBase and set the memory usage ratio for vector data:
tmp_client = ObVecClient() tmp_client.perform_raw_text_sql( "ALTER SYSTEM ob_vector_memory_limit_percentage = 30" )