-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add vector store integration of OceanBase for EmbedChain #1993
Conversation
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
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. |
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
Signed-off-by: shanhaikang.shk <[email protected]>
Hey @GITHUBear |
@taranjeet Thank you for your reply! We are looking forward to future contributions, please remind us when it's ready for integration with OceanBase. |
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:
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
unittest in
embedchain/tests/vectordb/test_oceanbase.py
Please delete options that are not relevant.
Checklist:
Maintainer Checklist