Stop Stitching, Start Building: Get Started with OceanBase seekdb

Mike Liu
Mike Liu
Published on December 3, 2025
10 minute read
Key Takeaways
  • seekdb is an AI-native search database that unifies relational, vector, full-text, JSON, and GIS data in one MySQL-compatible, ACID-compliant engine — replacing the typical Frankenstein stack of MySQL + Pinecone + Elasticsearch.
  • Two hands-on scripts in this guide: pure vector search (semantic recall in ~10 lines) and hybrid search (vector + full-text + RRF fusion in a single hybrid_search() call), both running in embedded mode with zero infrastructure.
  • The same code runs in production: swap Client() for Client(host="...", port=2881) to move from an in-process prototype to a distributed OceanBase cluster.
Share
X
linkedin
ICON_SHARE
mail