Open
Conversation
- Corrected the device name mapping for "P300Cx2" to "p300x2" in docker_utils.py. - Disabled development mode by default in the start_chat_deployment function and DeployView class, ensuring production readiness. - Enhanced the inference API to handle device alias normalization for "p300cx2" and related patterns.
- Removed the default development mode flag from the inference execution arguments. - Introduced a new function to build retry arguments and reasons for improved clarity. - Enhanced error handling to retry the inference execution upon exceptions and failures, providing better logging and progress updates during retries.
Collaborator
Collaborator
- Enhanced the artifact path resolution logic to prioritize the TT_INFERENCE_ARTIFACT_PATH environment variable if set. - Added a fallback to include the default artifact path in the .artifacts directory, ensuring more robust artifact discovery.
… configuration - Introduced a new function to check access to specific HuggingFace repositories using a provided token, returning detailed status messages. - Updated the environment configuration function to improve user prompts and handling based on the selected mode (easy or full interactive). - Enhanced output messages for better clarity during the configuration process, ensuring users are informed of their setup status.
- Added a new Nginx location block for the collections API to streamline backend requests. - Updated the StreamingMessage component to synchronize the showThinking state with external props. - Improved collections fetching logic in RagManagement to handle unexpected payload shapes more robustly. - Refactored error handling in RagManagement for better clarity on collection processing failures. - Adjusted environment variable checks in SpeechToTextApp for consistency with Vite. - Updated type definitions for timeout references in TypewriterEffect and useDeploymentProgress hooks for better type safety.
- Added a StartupLogger class to create a structured startup log for better tracking of application initialization. - Implemented preflight checks to validate system requirements before startup, including Python version, disk space, memory availability, and Docker Hub connectivity. - Introduced functions to suggest fixes for common Docker and pip-related issues, enhancing user experience during setup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.