AI Prompts
Curated prompts that help AI coding assistants write correct Milvus code. Each prompt encodes the rules and patterns that prevent the most common mistakes.
How to use
- Copy a prompt from the “Full prompt” section on any prompt page.
- Save it to the file your AI tool expects (see environments table below).
- Your AI assistant will automatically apply the rules when it generates or reviews Milvus code.
Prompt pages
Use in different environments
| Environment | Where to put prompt | Instructions |
|---|---|---|
| Cursor | .cursor/rules/*.md | Configure project rules |
| GitHub Copilot | .github/copilot-instructions.md | Custom instructions |
| Claude Code | CLAUDE.md | Claude Code docs |
| JetBrains IDEs | guidelines.md | Customize guidelines |
| Gemini CLI | GEMINI.md | Gemini CLI codelab |
| VS Code | .instructions.md | Configure .instructions.md |
| Windsurf | guidelines.md | Configure guidelines.md |