Analyze For Tuning
Retrievers
Analyze For Tuning
Analyze retriever and generate tuning recommendations.
Performs comprehensive analysis and generates actionable recommendations:
- Parameter tuning suggestions
- Cache optimization opportunities
- Performance improvement estimates
Recommendations Include:
- Increase/decrease k value
- Adjust reranking thresholds
- Enable/optimize caching
- Stage reordering suggestions
Use Cases:
- Initial retriever configuration
- Periodic performance optimization
- A/B testing parameter changes
- Cost optimization
Example:
curl -X POST "https://api.mixpeek.com/v1/analytics/retrievers/ret_abc123/analyze-tuning?days=7" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Namespace: your-namespace"
POST
Analyze For Tuning
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Days of history to analyze
Required range:
1 <= x <= 90Response
Successful Response
Response for interaction tuning analysis.

