Prompt Hub allows you to create and store multiple versions of the same prompt object.Documentation Index
Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Why Have Version Control on Prompts?
Prompt versioning lets you experiment, iterate, and safely improve your prompts without losing past work. As you refine a prompt’s structure, parameters, or connected tools, version control ensures that every change is tracked and reproducible. With version control, you can:- Compare and revert easily: If a new edit performs worse, you can instantly roll back to a previous version.
- Collaborate safely: Multiple team members can test variations of the same prompt without overwriting each other’s work.
- Maintain traceability: Each version can include notes describing what changed and why—helpful for debugging and auditing.
- Measure improvements: Track performance across prompt iterations to identify which modifications lead to better model responses.