oceanbase/seekdb

The AI-Native Search Database. Best for agent storage, it unifies vector, text, structured, and semi-structured data into a single engine. This all-in-one...

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 2 hours ago
Added to GitGenius on September 23rd, 2026
Created on October 21st, 2025
Open Issues & Pull Requests: 373 (+0)
GitHub issues: Enabled
Number of forks: 358
Total Stargazers: 3,056 (+0)
Total Subscribers: 17 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 25.0 hours
Mean response time: 21.9 days
90th percentile: 55.0 days
Tracked items: 697

How this project is maintained

About 17% of issues opened in the past year have never received a reply. 59% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "type: feature" is answered fastest, typically in under an hour, while "type: bug" waits about 5 days. 78% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. 69% of issues opened in the past year have been closed, leaving a working backlog.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 258
New in 7 days: 3
Closed in 7 days: 71
Avg open age: 149 days
Stale 30+ days: 250
Stale 90+ days: 200

Recent activity

Opened in 7 days: 2
Closed in 7 days: 59
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • dima (662)
  • type: bug (430)
  • type: task (204)
  • type: feature (41)
  • type: enhancement (33)
  • help wanted (29)
  • type: question (19)
  • good first issue (18)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

SeekDB is an AI-native search database that unifies vector, text, structured, and semi-structured data into a single engine designed for agent storage and retrieval.

The tool addresses the fragmentation problem of managing multiple specialized databases for different data types in AI agent systems. It combines vector search with full-text search and scalar filtering into unified SQL queries, allowing agents to perform hybrid searches across all data types simultaneously. The database implements copy-on-write sandbox functionality, enabling agents to fork and merge isolated data states for safe exploration without affecting the main state store. It supports both embedded and server deployment modes and maintains MySQL protocol compatibility for broad ecosystem integration.

SeekDB suits teams building AI agents that need persistent, queryable state management without operational overhead of multiple databases. It integrates with LangChain, LlamaIndex, and Dify, making it accessible to developers already using these frameworks. The embedded mode eliminates separate database infrastructure, while the server mode provides traditional client-server deployment. The tool distinguishes itself through its sandbox fork-merge capability, which is particularly valuable for agent exploration workflows where rollback and branching are essential.

The project shows consistent development activity with regular commits and active issue engagement. The codebase is maintained in C++ for performance-critical operations while providing Python bindings for accessibility. Documentation is comprehensive and actively maintained, with multiple language versions available. The project maintains an active community presence through Discord and social channels, indicating ongoing support and user engagement.