This repository contains MEPs (Milvus Enhancement Proposals) - design documents for major features and architectural changes in Milvus.
- MEP Template - Start here to create a new proposal
- Contributing Guide - How to submit a MEP
- Browse All MEPs - View all design documents
- Milvus Repository
milvus-design-docs/
├── README.md # This file
├── CONTRIBUTING.md # How to contribute
├── MEP-TEMPLATE.md # Template for new MEPs
├── design_docs/ # All MEP documents (YYYYMMDD-name.md)
└── assets/ # Images and diagrams
├── graphs/
└── images/
MEP files follow the format: YYYYMMDD-descriptive-name.md
Example: 20251114-snapshot_design.md
This project is licensed under the Apache License 2.0 - see the Milvus License for details.