feat: Add pyseekdb support as storage backend (Issue #117)#208
Merged
Teingi merged 1 commit intooceanbase:mainfrom Jan 31, 2026
Merged
feat: Add pyseekdb support as storage backend (Issue #117)#208Teingi merged 1 commit intooceanbase:mainfrom
Teingi merged 1 commit intooceanbase:mainfrom
Conversation
Member
|
Got it. Reviewing now. |
Member
|
The test pipeline failed: https://github.com/oceanbase/powermem/actions/runs/21540100007/job/62073302252?pr=208 |
Member
ok, pyseekdb Requires-Python <4.0,>=3.11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces
pyseekdbsupport as a first-class storage backend for PowerMem, addressing Issue #117 and contributing to the OceanBase AI Coding Event.🚀 Key Features
pyseekdbclient (the next-gen Python driver for OceanBase vector store) for optimal performance and compatibility.PySeekDBConfigwhich integrates perfectly with PowerMem's existing configuration system (factory pattern).PySeekDBVectorStoreadapter implements the fullVectorStoreBaseinterface, supporting:🛠 Implementation Details
pyseekdb>=1.0.0topyproject.toml.src/powermem/storage/config/pyseekdb.py.src/powermem/storage/configs.pyto register the new provider config.src/powermem/storage/pyseekdb/pyseekdb_store.pycontaining the adapter logic.searchandinsertcalls topyseekdb's corresponding APIs.src/powermem/storage/factory.pyto recognizeprovider='pyseekdb'.✅ AI Contribution Details
VectorStoreBaseinterface andoceanbaseimplementation to design a consistent adapter.pyseekdbAPI signatures and resolve dependencies.Looking forward to your review! 🚢