Skip to content
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

[FEA]: Create Templating Prompt Generator for the LLM Engine #1179

Closed
2 tasks done
Tracked by #1305 ...
mdemoret-nv opened this issue Sep 8, 2023 · 1 comment
Closed
2 tasks done
Tracked by #1305 ...

[FEA]: Create Templating Prompt Generator for the LLM Engine #1179

mdemoret-nv opened this issue Sep 8, 2023 · 1 comment
Assignees
Labels
feature request New feature or request sherlock Issues/PRs related to Sherlock workflows and components

Comments

@mdemoret-nv
Copy link
Contributor

Is this a new feature, an improvement, or a change to existing functionality?

New Feature

How would you describe the priority of this feature request

High

Please provide a clear description of problem this feature solves

To support the LLM Engine from #1178, the most basic component will be a templating prompt generator. This prompt generator will take a supplied input template and substitute variables specified in the template using values in an attached DataFrame.

Describe your ideal solution

The templating prompt generator will only support f-strings at first. Ideally, this would be able to handle identical prompts from other LLM libraries such as Langchain and llama-index.

Describe any alternatives you have considered

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I have searched the open feature requests and have found no duplicates for this feature request
@mdemoret-nv
Copy link
Contributor Author

Resolved in prototyping of fea-sherlock branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request sherlock Issues/PRs related to Sherlock workflows and components
Projects
Status: Done
Development

No branches or pull requests

2 participants