querying-from-seekdb

Installation
SKILL.md

Query and Export Data from seekdb

Query data from seekdb vector database with support for scalar search, hybrid search (fulltext + semantic), and export to CSV/Excel files.

Path Convention

Note: All paths in this document (e.g., scripts/) are relative to THIS skill directory, not the project root.

Prerequisites

  • Python 3.10+ installed
  • Data imported into seekdb collection
  • Required packages:
pip install pyseekdb pandas openpyxl

⚠️ CRITICAL: Execution Workflow

Installs
228
GitHub Stars
9
First Seen
Apr 17, 2026
querying-from-seekdb — oceanbase/seekdb-ecology-plugins