Skip to content

feat:Supplement the connection testing and documentation for the embedded seekdb#91

Merged
xxsc0529 merged 3 commits intooceanbase:mainfrom
xxsc0529:main
Apr 10, 2026
Merged

feat:Supplement the connection testing and documentation for the embedded seekdb#91
xxsc0529 merged 3 commits intooceanbase:mainfrom
xxsc0529:main

Conversation

@xxsc0529
Copy link
Copy Markdown
Contributor

Summary

Supplement the connection testing and documentation for the embedded seekdb
close #90

Solution Description

xxsc0529 added 3 commits April 9, 2026 18:18
…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
@xxsc0529 xxsc0529 merged commit 5011c5a into oceanbase:main Apr 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement]: Supplement the connection testing and documentation for the embedded seekdb

1 participant