#2 · Primary category: Vector Databases

tidb

agent agent-context agent-memory agentic ai cloud-native database distributed-database distributed-transactions go hacktoberfest htap memory mysql mysql-compatibility scale serverless sql 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.

Project last updated:08/29/26

GitHub Stars

40.5K

Forks

6.2K

Contributors

1.1K

License

Apache-2.0

Why we included this project

TiDB is a distributed SQL database with MySQL-compatible syntax that now includes native vector search, so teams building agent memory or RAG pipelines can keep embeddings in the same transactional store as their regular application data. VECTOR column types, HNSW indexes, and BM25 full-text search let a single query filter by metadata, run a nearest-neighbor lookup, and blend in keyword relevance without syncing data between two systems. That appeals to teams that already write MySQL-compatible SQL and want ACID transactions, horizontal scaling, and high availability for the same data their AI features read and write. The agent-memory pattern is documented with copy-paste schemas and a Python SDK, so developers who would rather not hand-roll a vector store have a clear path. It is a heavier, more operationally involved choice than a purpose-built vector store, and.

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