Historical Configuration Management and Evaluation #3783
Replies: 9 comments
-
🤖 Thank you for your detailed feature request. Your proposal for managing historical commits of the app configuration in dify is well thought out and addresses a real need for version control and evaluation of different configurations. Let's break down your proposal and discuss how each part could be implemented:
As for your question about contributing to this feature, I'm afraid I can't answer that as I don't have the ability to accept or reject contributions. However, I would recommend reaching out to the repository maintainers directly to discuss your proposal and how you might be able to contribute. I hope this helps! If you have any further questions or need clarification on anything, please don't hesitate to ask. Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
-
Good suggestion! We are considering adding version control to our app builder(studio). Thanks for your useful feedback. |
Beta Was this translation helpful? Give feedback.
-
What's your opinion about the idea of a call for a specific version, so that we users could evaluate and compare two versions, helping us make decision about which version is good to go? |
Beta Was this translation helpful? Give feedback.
-
Close due to it's no longer active, if you have any questions, you can reopen it. |
Beta Was this translation helpful? Give feedback.
-
bot being fooling around as if it's blind on the ref from the other PR |
Beta Was this translation helpful? Give feedback.
-
Close due to it's no longer active, if you have any questions, you can reopen it. |
Beta Was this translation helpful? Give feedback.
-
Close due to it's no longer active, if you have any questions, you can reopen it. |
Beta Was this translation helpful? Give feedback.
-
Self Checks
1. Is this request related to a challenge you're experiencing?
In the current dify code, each time the publish button is clicked on the app configuration page, the current app configuration is saved in the datatable
app_model_configs
, which can be considered as a commit of the configuration.However, it does not meet the following needs:
2. Describe the feature you'd like to see
Have a webpage for managing historical commits
git diff
backend API provide a way to call to make AI task for a specific configuration commit/tag/release, defaulting to the latest configuration commit.
3. How will this feature improve your workflow or experience?
It would make Historical Configuration useful both for version control and evaluation
4. Additional context or comments
Proposal
app_model_configs
datatable, and add a description field.5. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions