#22 · Primary category: Vector Databases
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 database makes agents smarter, easier to run, and more stable.
Project last updated:08/29/26
GitHub Stars
2.9K
Forks
322
Contributors
34
License
Apache-2.0
Why we included this project
Agent teams typically end up maintaining separate stores for embeddings, full-text search, and relational rows, with hand-written code stitching the results together. seekdb replaces that tangle with a single engine that handles vector, text, structured, and semi-structured data together, so one SQL query can combine vector similarity, keyword matching, and scalar filters. It was designed as a state store for AI agents, which means conversation history, tool outputs, and long-term memory can live next to the embeddings instead of being split across systems. It runs embedded in-process or as a server, speaks MySQL protocol, and has integrations for LangChain, LlamaIndex, and Dify, so it drops into existing RAG and agent pipelines without much setup. Teams building write-then-retrieve loops with tight latency budgets, or wanting a fork/merge sandbox to test agent behavior safely, get the most from it.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI