Skip to main content

Release 10.4

Release Date: May 7th, 2024



New FeatureImprovementBug FixEnterprise Only
new-featureimprovementbugenterprise

Input-Manager

StatusChangeDetails
new-featureAdded symmetric and asymmetric text search capabilities within the Input-Manager
  • Symmetric search allows users to find text inputs that closely resemble other text inputs, facilitating easy identification of similar content. On the other hand, asymmetric search empowers users to search for text inputs that effectively answer specific query questions, enhancing the precision and relevance of search results.
bugFixed an issue with visual searches
  • Previously, visual searches for inputs on the Input-Manager were sometimes slow. We fixed it.
bugFixed issues with concepts used for searching inputs on the Input-Manager
  • The tags or concepts used for performing searches had undergone visual changes. Additionally, it was not possible to delete tags individually; the only way was to remove the entire string in the search field. We fixed these issues.

New Published Models

StatusChangeDetails
new-featurePublished new models

(Clarifai-hosted models are the ones we host within our Clarifai Cloud. Wrapped models are those hosted externally, but we deploy them on our platform using their third-party API keys)
  • Wrapped Command-R+, a highly efficient, multilingual, enterprise-grade LLM optimized for real-world business applications, boasting advanced RAG capabilities and a 128k-token context window.
  • Wrapped Gemini 1.5 Pro, a powerful, efficient LLM with 1 million long-context window, enabling advanced reasoning and comprehension across various data types.
  • Wrapped Mixtral-8x22B, the latest and largest Mixture of Expert LLM from Mistral AI. It's a state-of-the-art machine learning model using Mixture 8 of Experts (MoE) 22b models.
  • Wrapped Qwen1.5-32B, a model that provides competitive AI performance with optimized efficiency, making it a strong choice for diverse, multilingual applications.
  • Clarifai-hosted Gemma-1.1-7b-it, a lightweight, decoder-only LLM trained on 6 trillion tokens of diverse text data, suitable for various text generation tasks with improved quality and safety measures.
  • Clarifai-hosted Llama-3-8B-Instruct. Llama 3 instruction-tuned models are optimized for dialogue use cases and outperform many of the available open source chat LLMs on common industry benchmarks.
  • Wrapped Llama-3-70B-Instruct, an advanced, scalable language model designed for diverse applications, offering state-of-the-art performance in coding, reasoning, and multi-use conversational capabilities.
  • Wrapped Llama-3-70B. Llama-3 is a state-of-the-art large language model designed for enhanced reasoning and coding. It has a broad application across multiple languages and tasks.
  • Clarifai-hosted LLaVA-v1.6-Mistral-7B, a high-performance, efficient, and cross-lingual large multimodal model, boasting state-of-the-art capabilities in visual reasoning, OCR, and zero-shot Chinese multimodal understanding.
  • Clarifai-hosted LLaVA-1.5-7b, a state-of-the-art language vision model that represents a significant advancement in the field of multimodal artificial intelligence.

New Published Templates

StatusChangeDetails
new-featurePublished new app templates
  • Published Text Moderation Template, which provides ready-to-use workflows and models, leveraging NLP Models and LLMs to automatically monitor and detect inappropriate or harmful text content.
  • Published Sentimental Analysis Template, which provides a guide for sentimental analysis and comes with several ready-to-use sentimental analysis workflows and models dealing with different use cases, leveraging different NLP models and LLMs.
  • Published Chatbot Template, which allows you to develop AI chatbots swiftly using Clarifai LLMs, offering personalized assistance and integrating external data with RAG framework for enhanced capabilities.
  • Published Image Moderation Template, which provides diverse AI-powered workflows for automatically filtering and categorizing inappropriate or harmful images based on various criteria.
  • Published Content Generation Template, which empowers users to efficiently create diverse, tailored text, from emails and blogs to social media content and stories, enhancing communication and creativity.
  • Published Document Summarization Template, which is an app template for document summarization — supports 3 levels that start with Novice and end up with Expert.
  • Published RAG Template, which streamlines the creation of Retrieval-Augmented Generation (RAG) applications with Clarifai, enhancing LLMs with external knowledge for accurate, up-to-date information generation.

Python SDK

StatusChangeDetails
new-featureAdded new features. Learn more about them here.
  • Added a flag to download a model. If the export_dir parameter is provided in Model().export(), the exported model will be saved in the specified directory. Otherwise, the export status will be shown.
  • Added support for Label IDs in Dataloaders (using the label_ids parameter) and get_proto functions in the Inputs class.
  • Implemented pagination feature in Search. Added pagination parameter in the Search() class and included per_page and page_no parameters in the Search().query() method.
  • Added algorithm parameter to Search().
  • Added root certificate support to establish secure gRPC connections by including a root_certificates_path parameter in all relevant classes and authentication helpers. Also, updated gRPC to the latest version.
  • Added missing VERSION and requirements.txt files to setup.py.
improvementMade some improvements
  • Upgraded to the latest version of the clarifai-grpc package (version 10.3.4) to leverage the newer gRPC functionality.
  • RAG apps, workflows, and other resources are now automatically set up using UUIDs in their IDs instead of timestamps. This change helps avoid race conditions.
  • Changed logger for Inputs().upload_annotations to display full details of failed annotations.
  • Updated the model upload CLI documentation.
  • Limited the maximum upload batch size for Inputs().upload_inputs() function. Also addressed the inconsistency in the model version ID parameter between App.model() and Model().
  • Removed runners from the SDK.
bugFixed some bugs
  • Fixed an issue where UUIDs were used in tests to avoid race conditions with timestamps.
  • Hardcoded the schema package to version 0.7.5, as it introduced breaking changes.
  • Fixed RAG upload bug by updating llama-index-core version to 0.10.24 in the ImportError message.
  • Fixed a RAG.setup() bug where if a specific workflow was deleted and another workflow with the same ID was created, by adding a timestamp while creating a new prompter model.
  • Fixed RAG.upload() to support uploading a folder of text files.
  • Fixed the training status bug by removing the constraint of users specifying model_type_id for training_logs and instead using load_info() to get model version details.
  • Fixed a create workflow bug that occurred due to the change in the model version ID parameter.
  • Fixed unnecessary infra alerts by adding a wait time before deleting a model in model training tests.

Node SDK

StatusChangeDetails
new-featureAdded some features
  • Added a new Dataset class with several methods for handling datasets, including creating and deleting versions, listing versions, and uploading data from a folder or a CSV file.
  • Added several new methods to the Input class for handling inputs, including methods for bulk uploading, waiting for inputs, deleting failed inputs, and retrying uploads.
  • Added several new methods and properties to the Search class, including support for different search algorithms and metrics, and improved handling of queries and pagination.
improvementMade an improvement
  • Since the uuidv4 package has been deprecated in npm, we replaced it with the recommended uuid package.

Models

StatusChangeDetails
improvementEnabled deletion of associated model assets when removing a model annotation
  • Now, when deleting a model annotation, the associated model assets are also marked as deleted.

Community

StatusChangeDetails
improvementAdded ability to browse the resources in a template
  • You can now access a modal popup on a template’s overview page that allows you to easily view the resources available in it, including inputs, datasets, models, workflows, and modules.
improvementIntroduced an easier way to add collaborators
  • We added an option to add app collaborators from the App Overview screen.
improvementIntroduced underscores for creating an app ID
  • You can now use underscores when creating an app ID.
improvementMoved app templates and starred apps to their own paths
  • Previously, we implemented this as parameter filters. We relocated templates and starred filters to separate URLs. You can now access templates at apps/templates and starred apps at apps/starred.
improvementDisabled Use Model button for models with no versions
  • As it's not possible to send API calls to models with no versions, we've disabled the Use Model button if no version exists. Therefore, you'll need to create a version first before using a model.
improvementIncreased font size for various texts in mobile view
  • We enhanced the readability of texts in various areas, such as app IDs, user IDs, and field placeholders, by increasing their font size in mobile view.
improvementAdded resource pricing on the Model-Viewer page for some types of models
  • We added pricing information for these model types: text-to-text, image-to-text, and multimodal-to-text.
bugFixed an issue with filtering templates
  • Previously, when selecting a template from the app creation modal, toggling between the "All" and "Starred" menu bar options didn't function correctly. We fixed the issue.
bugFixed an issue with excessively truncated model names
  • The long model names are now truncated less aggressively, particularly on desktop devices.
bugFixed an issue with the app switcher feature for collaboratorsThe app switcher feature, located in the collapsible left sidebar, allows you to effortlessly switch between different apps. Clicking it reveals a drop-down menu displaying your own apps as well as those you have access to.

  • Previously, the app switcher feature produced an error for users in a collaborated app. We fixed this issue, and it now works as intended.
bugFixed an issue with the browser's "Back" button during user onboarding
  • Previously, during user onboarding, the "Back" button didn't allow users to navigate from the Model-Viewer page back to the Community listing page. We fixed this issue.
bugFixed an issue where modules’ IDs appeared in the collapsed sidebar
  • Previously, when you collapsed the left sidebar, the IDs of installed modules in your app could be visible there. We fixed the issue.
bugFixed an issue where log-in steps sometimes resulted in a "page not found" error
  • Users can now log in without encountering any errors.
bugFixed an issue with “Use Model” modal during the onboarding flowIf you click the “Use Model” button on a Model-Viewer page, a modal will pop up with code snippets for using the model in a workflow.

  • Previously, creating a workflow this way was not working properly during a user onboarding; it resulted in multiple redirects. We fixed the issue.
bugFixed an issue where some essential scopes were missing for collaborators
  • We fixed the issue where essential scopes were missing for collaborators, ensuring proper access to apps.

Organization Settings and Management

StatusChangeDetails
improvementImproved organization invitation emails
  • We improved organization invitation emails by adding details of the person who sent the invitation. The email now includes their user ID and user name, which enhances the legitimacy of the invitation.
bugFixed an issue where it was not possible to patch an app after transferring its ownership to an organization
  • Previously, if you transferred an app to an organization, you couldn't patch it. For example, you could not edit the org app’s description. We fixed it.

Input-Viewer

StatusChangeDetails
bugFixed issues with playing a video input within the Input-Viewer
  • Previously, users experienced limitations when trying to control video playback, such as navigating to specific points, skipping forward or backward, or performing any interactive actions. Any such attempt to scroll through a video could result in it snapping back to the starting point unexpectedly. We fixed these issues.
bugFixed issues with renaming concepts in the Input-ViewerWhile on the Input-Viewer screen, you can rename a concept listed in the right sidebar, which also establishes a relation for it.

  • Previously, renaming a concept prevented you from using the Filter by concept field to search for the new name. We have fixed this issue, and you can now search for both the original concept and the new relation created for it.
  • Previously, when creating a new relation for a concept that already had a previous relation, the new relation could be added without removing the old one. We fixed this issue, and now, before creating new relations, old ones are removed automatically.
  • We also fixed an issue with entering the same name of a concept. For example, previously, if you generated predictions from classifications — let’s say one of the predicted concepts is “sky.” If you edited “sky” to “wall,” a new relation was created. However, if you edited the concept name again to “sky,” a new relation was erroneously created. We fixed the issue, and now since the relation and the originally predicted concept are the same, we remove the “wall” relation.
bugFixed an issue with the gearbox icon in the Input-Viewer
  • Previously, opening the gearbox popover, selecting a model or workflow, and then closing the popover resulted in the gearbox icon remaining gray, indicating that nothing was selected inside the popover.
  • We fixed the issue, and now the gearbox icon turns blue when an item is selected within its popover.
bugFixed an issue with managing object-track annotations for video inputs on the Input-Viewer
  • Previously, the timeline next to the left of the scrollbar of a video input represented seconds instead of frames. We fixed the issue, and it now accurately represents frames, as intended. Additionally, we addressed an issue that prevented the slider from reaching the last frame of a video input.
bugFixed an issue with the canvas Zoom In/Out functionality on the Input-Viewer
  • Previously, it was extremely laggy and unusable when using the CMD/CTRL button with the mouse wheel up/down or when using a trackpad. Now, when the user presses the CMD/CTRL button and scrolls the mouse wheel up/down, the action is performed at a normal speed, depending on how the user is scrolling.

Labeling Tasks​

StatusChangeDetails
bugFixed an issue with displaying concepts on the task listing page
  • A list of concepts is now visibly and correctly displayed within the task listing page.
bugFixed an issue that caused the concept list to flicker
  • Previously, when creating a new labeling task, the concept list could flicker while scrolling to the bottom of the page with the concept list open. We fixed the issue.
bugFixed an issue that caused the design to break when adding many collaborators
  • Previously, when attempting to add many collaborators while creating a new labeling task, the section for adding collaborators could break its design. We fixed the issue.
bugFixed an issue where selecting a collaborator persisted the selection in the text field
  • Previously, when adding a collaborator while creating a new labeling task, their name could appear both in the select list and outside the text field, causing confusion, especially when attempting to remove the collaborator by clicking the X button. We fixed the issue, and now the added collaborator’s name no longer appears duplicated in the input field.
bugFixed an issue with displaying more concepts when creating a new labeling task
  • Previously, clicking “show 50 more” in the concept select list resulted in nothing being loaded, preventing users from seeing the full list of concepts. We fixed this issue, and now the full list of concepts is loaded after clicking “show 50 more”.
bugFixed an issue where changing the dataset while creating a new task did not update the task name
  • Now, on the task creation page, switching between different datasets correctly updates the task name field to match the currently selected dataset, unless the user has manually edited the field before.
bugFixed an issue where a user was unable to proceed with task creation after selecting a dataset
  • Previously, if you selected “yes” in the auto annotation field, chose a dataset, and then clicked outside the field, you could encounter an error preventing you from proceeding with the task creation. We fixed this issue, and now after selecting a dataset, the task creation process proceeds smoothly without any errors.
bugFixed an issue where the label/review buttons were breaking
  • The label/review buttons with percentage signs on the tasks listing page were not being displayed as intended. We fixed the issue.