seekdb
Installation
SKILL.md
SeekDB
SeekDB is a lightweight OceanBase-compatible database that can run as a standalone server (Homebrew / Docker / yum / apt / Windows MSI) or as an embedded Python module (pyseekdb). It also supports vector search, hybrid search, and AI functions.
This is the entry point. Pick the sub-skill that matches the user's task.
Skill Index
| Sub-skill | Use When |
|---|---|
| install | Install / deploy SeekDB on a target machine — Homebrew, Docker, yum, apt, Windows MSI, or pip embedded. |
| build | Build SeekDB binaries and packages from source — macOS, Linux, Android (cross), Windows, Python wheel. |
| docs | Look up SeekDB documentation (SQL syntax, vector/hybrid search, integrations, SDK APIs, deployment guides) via catalog-based search. |
| cli | Use seekdb-cli to interact with a SeekDB/OceanBase instance from the shell — SQL, schema exploration, table profiling, vector collections, AI models. |
| importing | Import CSV / Excel files into SeekDB, with optional column vectorization for semantic search. |
| querying | Query a SeekDB collection — scalar (metadata) search, hybrid (fulltext + semantic) search, export to CSV / Excel. |