You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our workload many answers are identical throughout specific requests patterns and time of day resulting in unessecary LLM-as-a-Judge evaluations.
We see Bedrock Prompt Caching as an ideal solution to reduce LLM as a judge costs while retaining meaningful score metric datapoints and reducing pipeline times.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Describe the feature or potential improvement
In our workload many answers are identical throughout specific requests patterns and time of day resulting in unessecary LLM-as-a-Judge evaluations.
We see Bedrock Prompt Caching as an ideal solution to reduce LLM as a judge costs while retaining meaningful score metric datapoints and reducing pipeline times.
References:
langfuse/packages/shared/src/server/llm/fetchLLMCompletion.ts
Line 241 in a3b407a
Additional information
No response
All reactions