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

Increase support for prompt template building and transformation #380

Closed
1 of 2 tasks
ohltyler opened this issue Sep 14, 2024 · 0 comments · Fixed by #389
Closed
1 of 2 tasks

Increase support for prompt template building and transformation #380

ohltyler opened this issue Sep 14, 2024 · 0 comments · Fixed by #389
Labels

Comments

@ohltyler
Copy link
Member

ohltyler commented Sep 14, 2024

A common user journey for a RAG use case is constructing a dynamic prompt template that takes input on-the-fly to pass to an LLM model (e.g., "summarize these found documents: ..."). Currently, users have to manually build the prompt templates from scratch, set as a sub-value in the model config, and blindly run to see the results. We should add a few enhancements:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: New
Development

Successfully merging a pull request may close this issue.

1 participant