Merged
Conversation
- Introduced EmbedImageNode to handle image embedding using a loaded model. - Updated Cargo.toml to include tracing workspace. - Refactored image embedding logic to utilize DynamicImage instead of file paths. - Removed obsolete embed_image_document and embed_image_query files. - Added TensorFlow Lite image classification node with model loading and prediction capabilities. - Updated image embedding model logic to support dynamic images. - Bumped lancedb and datafusion dependencies to latest versions.
…improved accuracy
…es and related assets
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.
This pull request introduces several improvements and new features across the backend and catalog packages, with a focus on enhancing machine learning capabilities and optimizing file handling. The most significant changes include the addition of Teachable Machine integration, a new image embedding node, and substantial optimizations to the bit file download and upload logic.
Machine Learning & Catalog Enhancements:
teachable_machine), and updated documentation with a full tutorial blog post for users. [1] [2]EmbedImageNodefor image embedding, allowing images to be processed and embedded using loaded models within workflows. This includes the node implementation and registration in the catalog. [1] [2]Backend File Handling Optimizations:
Dependency Updates:
tracingcrate to the Lambda runtime for enhanced observability and debugging in AWS Lambda functions.Bytesfor efficient buffer management during multipart uploads.These changes collectively enhance the platform’s AI workflow capabilities, improve file handling efficiency, and strengthen integration with modern machine learning tools.