-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Prompt Template Registry #334
Comments
this is sorely needed, @massi-ang have you started on this on yet? if not I will take it on. |
We are considering the integration of Promptus https://github.com/aws-samples/promptus. Can you provide your feedback on that tool if you have time? Could you work on the integration? |
That looks great, yes I will take it on and start looking at pulling its functionality in here |
Any update on Promptus support? A quick fix would be just use ReACT to start in the base adapter. Haven't tested, but would this work to at least get better responses universally?
|
Description:
the current solution supports fixed prompt templates defined in the LLM adapters lambda functions. While this provide flexibility to change the prompts it does not easily enable experimentation.
We are proposing to add a separate Prompt Template Registry to store multiple versions of prompts linked to specific model adapters.
The prompt registry service needs to:
The current functionality needs to be modified to make use of the prompt registry and in particular the chat bot playground MUST allow the user to select version of the prompt set compatibile with the selected model. This choice MUST be persisted locally for each combination used (default is using the DRAFT prompt set).
The initial DRAFT prompt set for each model corresponds to the current prompt templates defined in the model adapters.
The text was updated successfully, but these errors were encountered: