feat:Supplement the connection testing and documentation for the embedded seekdb#91
Merged
xxsc0529 merged 3 commits intooceanbase:mainfrom Apr 10, 2026
Merged
feat:Supplement the connection testing and documentation for the embedded seekdb#91xxsc0529 merged 3 commits intooceanbase:mainfrom
xxsc0529 merged 3 commits intooceanbase:mainfrom
Conversation
…tion - Integration tests for path= and pyseekdb_client= (skip without pylibseekdb) - examples/embedded_seekdb_vectorstore.py standalone script - Document embedded SeekDB in vectorstores.md and README - Register pytest marker embedded_seekdb Made-with: Cursor
test_comprehensive.py used hardcoded port 2881 and user root; CI maps SeekDB to 2882 and sets OB_USER=root. Use _ci_connection_args() aligned with integration tests and workflow env. Made-with: Cursor
…YPE) SeekDB returns 4012 async DDL undecided for HNSW right after container start. When OB_CI_DB_TYPE=seekdb, use FLAT index, FLAT-only basic loop, 20s warmup, and pass index_type for metric/from_texts. Export OB_CI_DB_TYPE from matrix. 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
Supplement the connection testing and documentation for the embedded seekdb
close #90
Solution Description