Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.11 KB

File metadata and controls

33 lines (23 loc) · 1.11 KB

Milvus Design Docs

This repository contains MEPs (Milvus Enhancement Proposals) - design documents for major features and architectural changes in Milvus.

Quick Links

Directory Structure

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/

Naming Convention

MEP files follow the format: YYYYMMDD-descriptive-name.md

Example: 20251114-snapshot_design.md

License

This project is licensed under the Apache License 2.0 - see the Milvus License for details.