Release 2024.7
July 2024 brings updates to the way deepset Cloud handles user feedback.
New API
We added new API endpoints for feedback to unify ratings for all pipeline types. The new endpoints are:
- Create Feedback [private]: Use this endpoint to create a feedback entry. This replaces the old Add Feedback endpoint.
- Delete Feedback [private]: Deletes a feedback entry.
- Update Feedback [private]: Modifies an existing feedback entry.
- Get Paginated Feedback [private]: Returns feedback entries with all details. This replaces Get Pipeline Feedback.
- Get Pipeline Feedback Stats [private]: Shows feedback statistics, such as the count of users and feedback entries, or the total accuracy.
- Export Feedback [private]: Download feedback as a CSV file. This endpoint replaces Get Pipeline Feedback.
They replace the Add Feedback and Get Pipeline Feedback endpoints which will be deprecated in October 2024.
ACTION REQUIRED
We'd like you to migrate to the new API until 21 October 2024. That's when we plan to deprecate the old feedback API.
More Options
We've added a third "thumbs" icon and a free text field for users to justify their rating. Users can now indicate if the answer is accurate (thumbs up), somewhat accurate (thumbs middle), or inaccurate (thumbs down). They can also write additional feedback for each answer.
Tags
Admins can configure tags per pipeline. When giving feedback, users will see these tags and be able to choose them. Here's what tags look like in deepset Cloud:
You can add and delete tags on the Pipeline Details page in the Settings tab. Just click the name of the pipeline to add tags to it:
You can also use these REST API endpoints to add, delete, and list existing tags:
Debug Mode in Playground
When testing your pipeline, you can enable debug mode and gain real-time insights into your requests. Ask a question, wait for an answer, and then check the logs to see all the details of how your pipeline is processing the query without switching between interfaces. Now, you can test and debug in one place.
Updated 5 months ago