feature:Complement the connection of the embedded seekdb and preserve table options when adding sparse vector indexes#62
Merged
xxsc0529 merged 2 commits intooceanbase:mainfrom Mar 10, 2026
Conversation
- ObClient/ObVecClient: path=, engine=, pyseekdb_client= for embedded SeekDB - seekdb_engine: create_embedded_engine, create_engine_from_client, DBAPI wrapper - SeekdbRemoteClient: connect embedded (path/pyseekdb_client) or remote - dialect: has_table handles SeekDB RuntimeError for missing table - ob_client: check_table_exists/drop_table_if_exist safe for SeekDB - Optional dependency: pyobvector[pyseekdb] - README: Embedded SeekDB mode section and install note - tests/test_seekdb_embedded.py: connection, create_table, insert, ann_search - CI: test-embedded-seekdb job runs tests/test_seekdb_embedded.py Made-with: Cursor
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.
Summary
Close #61
Solution Description
Complement the connection of the embedded seekdb and preserve table options when adding sparse vector indexes