Clarifai Guide
Clarifai Home
v7.0
v7.0
  • Welcome
  • Getting Started
    • Quick Start
    • Applications
      • Create an Application
      • Application Settings
      • Collaboration
    • Authentication
      • App-Specific API Keys
      • Personal Access Tokens
      • Scopes
      • Authorize
      • 2FA
    • Glossary
  • How-To
    • Portal
      • Auto Annotation
      • Custom Models
      • Text Classification
      • Visual Text Recognition
    • API
      • Auto Annotation
      • Batch Predict CSV on Custom Text Model
      • Custom KNN Face Classifier Workflow
      • Custom Models
      • Custom Text Model
      • Visual Text Recognition
  • API Guide
    • API overview
      • API Clients
      • Using Postman with Clarifai APIs
      • Status Codes
      • Pagination
      • Patching
    • Data Mode
      • Supported Formats
      • Create, Get, Update, Delete
      • Collectors
    • Concepts
      • Create, Get, Update
      • Languages
      • Search by Concept
      • Knowledge Graph
    • Scribe Label
      • Annotations
      • Training Data
      • Positive and Negative Annotations
      • Tasks
      • Task Annotations
    • Enlight Train
      • Clarifai Models
      • Model Types
      • Create, Get, Update, Delete
      • Deep Training
      • Evaluate
        • Interpreting Evaluations
        • Improving Your Model
    • Mesh Workflows
      • Base Workflows
      • Create, Get, Update, Delete
      • Input Nodes
      • Workflow Predict
    • Armada Predict
      • Images
      • Video
      • Prediction Parameters
      • Multilingual Classification
    • Spacetime Search
      • Search Overview
      • Combine or Negate
      • Filter
      • Rank
      • Index Images for Search
      • Legacy Search
        • Combine or Negate
        • Filter
        • Rank
        • Saved Searches
  • Portal Guide
    • Portal Overview
    • Data Mode
      • Supported Formats
      • Bulk Labeling
      • CSV and TSV
      • Collectors
    • Concepts
      • Create, Get, Update, Delete
      • Knowledge Graph
      • Languages
    • Scribe Label
      • Create a Task
      • Label Types
      • Labeling Tools
      • AI Assist
      • Workforce Management
      • Review
      • Training Data
      • Positive and Negative Annotations
    • Enlight Train
      • Training Basics
      • Clarifai Models
      • Model Types
      • Deep Training
      • Evaluate
        • Interpreting Evaluations
        • Improving Your Model
    • Mesh Workflows
      • Base Workflows
      • Setting Up a Mesh Workflow
      • Input Nodes
    • Armada Predict
    • Spacetime Search
      • Rank
      • Filter
      • Combine or Negate
      • Saved Searches
      • Visual Search
  • Data Labeling Services
    • Scribe LabelForce
  • Product Updates
    • Upcoming API Changes
    • Changelog
      • Release 7.0
      • Release 6.11
      • Release 6.10
      • Release 6.9
      • Release 6.8
      • Release 6.7
      • Release 6.6
      • Release 6.5
      • Release 6.4
      • Release 6.3
      • Release 6.2
      • Release 6.1
      • Release 6.0
      • Release 5.11
      • Release 5.10
Powered by GitBook
On this page
  • Changelog 6.5
  • Applications
  • Inputs
  • Annotate
  • Model
  • Predict
  • Search
  • Portal
  • Workflow
  • Clients

Was this helpful?

  1. Product Updates
  2. Changelog

Release 6.5

Changelog 6.5

New Feature

Improvement

Bug Fix

Enterprise Only

Applications

Status

Details

Can't Access Main Apps Page with invalid collaborators. Fixed.

Unable to create new Application (General Detection). Fixed.

application_sharing scopes field should be json instead of jsonb. Fixed.

Inputs

Status

Details

Pasting long text makes Uploader unusable due to lack of scrolling. Fixed.

Support uploading text containing emojis.

Annotate

Status

Details

Integrate and Implement task deletion using new endpoints.

Implement /tasks CRUD in API.

Allow annotation writer model to set the task_id in annotation_info.

Make polygons a separate task type.

Add empty CRUD endpoints for tasks.

Model

Status

Details

vocab_id doesn't appear in the returned object for demographics model. Fixed.

segment-concept model types are no longer returning the segmentation mask. Fixed.

NLP text input does not scroll when longer than viewport height. Fixed.

Clear text inputs after upload.

Improve the "TextFile" React Component for NLP.

Make existing model details view configurable by model type.

Edit model should only contain the fields related to the selected model. Fixed

NLP frontend text input is covered entirely blue when selected. Fixed.

Enforce fields in post/patch models to adhere to model types. Fixed.

Predict

Status

Details

Fixed fps issue for video predictions.

Validate stat_value_agg_type.

Search

Status

Details

Dropdown Search Help Menu no longer displays in the search bar. Fixed.

Video thumbs have relevant timestamp in search.

Added adjustable search results threshold.

Search over multi-embed workflows.

Added search on input level.

Improved search query by using multi join.

Fixed panic in list saved searches endpoint.

Input metadata search from table not working. Fixed.

Portal

Status

Details

"Return to Log in " doesn't redirect to login page. Fixed.

Clicking on image, or Explorer Mode with images that contain geo coordinates crashed the app.

Portal model predicts use hosted URL when available instead of normal URL.

When selecting a concept and going to the next image the concept checkbox won't stay selected. Fixed

Allow multi-select from explorer grid view and add metadata.

Integrate and utilize new CRUD endpoints in Portal.

Allow for pasted text to keep formatting in the text box.

Prediction threshold slider custom model predicts without base workflow annotations. Fixed

Strings without spacing format properly in Explorer's Asset Grid View

annotation_info should be a valid JSON in Model Mode. Fixed.

Workflow

Status

Details

Hide the "add text" section of the add inputs modal for non text workflows.

Validate that all nodes in workflows list their inputs based on type.

Add NLP to Workflows List

Generalize the iterations over regions/frames in workflow code.

Add ability to "make a copy" of public_workflows.

Allow indexing embedding from detect -> crop -> embed style workflows.

Allow setting input nodes for all users, not just @clarifai.com users.

Allow non-internal users setting input node when creating workflows.

Create/Patch workflow uncaught exception.

Clients

Status

Details

Update docs.clarifai.com to reflect our current API clients including grpc clients.

PreviousRelease 6.6NextRelease 6.4

Last updated 4 years ago

Was this helpful?