Tahier Hussain
Tahier Hussain
## What 1. Implemented the expand component to display the prompt output for all LLM profiles. 2. Added comma-separated display for token count and cost. 3. Added a copy button...
## What This PR introduces optimizations to how timers are handled in PromptCard component when the prompt run API call is triggered ## Why Previously, each `PromptCard` initiated a `setInterval`...
## What Refactored the `DisplayPromptResult` component to handle the case where the output is empty. ## Why The `DisplayPromptResult` component needed to be used in multiple places, along with the...
## What 1. Added a "Run All Prompts" button to execute all prompts across all LLM profiles for the currently selected document. 2. Added a "Run All Prompts" button to...
## What **1. Optimized UI/UX for Memory Usage:** - Refined the Output Analyzer page to reduce memory consumption and enhance overall performance. **2. New Features Added:** - Implemented document selection...
## What Added throttling with a 1-second delay to handle workflow socket messages. ## Why Without throttling, excessive socket messages arriving within milliseconds caused recursive updates, leading to performance issues...
## What This PR optimizes and enhances the list view components across multiple pages (workflow, prompt studio, LLM, vector DB, embedding, and x2text). The improvements include transitioning to a table-based...
## What Implemented the Unified Notifications feature, which includes: 1. Storing log messages in Redis for 24 hours to persist. 2. Storing popup notification messages in Redis alongside log messages....