Skip to content

Releases: ob-labs/bubseek

0.1.0

17 Apr 02:59

Choose a tag to compare

Built on the open-source bub framework and seekdb's AI native engine, bubseek ships with five IM channel integrations, reactive notebook dashboards, scheduled tasks, and a unified data layer — ready to deploy without a standalone monitoring or BI stack.

Getting Started

  1. Deploy OceanBase seekdb — follow the quickstart guide. Minimum requirements: 1 vCPU, 2 GB RAM. Runs on Linux, macOS, and Windows.

  2. Clone and install bubseek:

git clone https://github.com/ob-labs/bubseek.git
cd bubseek
uv sync
  1. Configure the data layer and model API key:
export BUB_TAPESTORE_SQLALCHEMY_URL=mysql+oceanbase://user:pass@host:port/database
# Configure your LLM API key — see https://github.com/ob-labs/bubseek
  1. Start chatting:
uv run bub chat

Or launch the web interface and visit http://127.0.0.1:2718 for notebooks and dashboards.