improved
Release - 2024-02-29
10 months ago by Scale AI
- Migrating to use SGPs suggested GET /knowledge-bases/kb-id/artifacts processing of upload statuses over GET /uploads/upload-id to reduce per-request response payload sizes. (migrating to sgp kb pagination upload completion step)
- Disabling suggestions at thread level by disabling the suggestions endpoint and allowing users to disable suggestions in a thread. (turn off suggestions at thread level)
- Updating Donovan API, UI, and types with Turbo build commands for better performance and efficiency. (devx)
• New Features and Enhancements:* - Enabling users to use simple chat if the feature flag is enabled. The workflow will be called Simple Chat. (migrate simple chat to dynamic donovan)
- Adding logic for dynamic donovan input/output types in dynamic-donovan.service
- Renaming HermesMLRoutes to DonovanMLRoutes
- Separating unused types in chat.types into separate files for better organization and maintainability.
• Caveats and Relevant Documents:
- The migrating to sgp kb pagination upload completion step PR may introduce performance improvements, but it may also require some adjustments to existing workflows and integrations that rely on the GET /uploads/upload-id endpoint.
- The turn off suggestions at thread level PR may affect the user experience for users who rely on suggestions in threads.
- The devx PR may require some additional setup and configuration to take full advantage of the Turbo build commands.
- The migrate simple chat to dynamic donovan PR may introduce new functionality and improvements to the chat experience, but it may also require some adjustments to existing workflows and integrations that rely on the Simple Chat feature.