Clarifai Guide
Clarifai Home
v7.11
v7.11
  • Welcome
  • Clarifai Basics
    • Start Here (5 mins or less!)
      • Your First AI Predictions (~1 min)
      • Your First Visual Search App (~1 min)
      • Your First Custom Model (~5 mins)
    • Key Terminology to Know
    • Applications
      • Create an Application
      • Application Settings
      • Collaboration
    • Authentication
      • App-Specific API Keys
      • Authorize
      • Personal Access Tokens
      • Scopes
      • 2FA
      • Roll-Based Access Control
    • Clarifai Community Quick Start
  • API Guide
    • Clarifai API Basics
      • Clarifai API Clients
        • gRPC vs HTTP Channels
      • Helpful API Resources
        • Using Postman with Clarifai APIs
    • Your Data
      • Datasets
        • Dataset Basics
        • Dataset Filters
        • Dataset Inputs
        • Dataset Versions
      • Supported Formats
      • Adding and Removing Data
      • Collectors
    • Making Predictions
      • Images
      • Video
      • Text
      • Prediction Parameters
      • Multilingual Classification
    • Creating and Managing Concepts
      • Create, Get, Update
      • Languages
      • Search by Concept
      • Knowledge Graph
    • Labeling Your Data
      • Annotations
      • Training Data
      • Positive and Negative Annotations
      • Tasks
      • Task Annotations
    • Creating and Training Models
      • Clarifai Models
      • Model Types
      • Custom Models
      • Custom Text Model
      • Create, Get, Update, Delete
      • Deep Training
    • Evaluating Models
      • Interpreting Evaluations
      • Improving Your Model
    • Creating Workflows
      • Base Workflows
      • Input Nodes
      • Setting Up Mesh Workflows
      • Common Workflows
        • Workflow Predict
        • Auto Annotation
        • Custom KNN Face Classifier Workflow
        • Visual Text Recognition
    • Search, Sort, Filter and Save
      • Search Overview
      • Combine or Negate
      • Filter
      • Rank
      • Index Images for Search
      • Legacy Search
        • Combine or Negate
        • Filter
        • Rank
        • Saved Searches
    • Advanced Topics
      • Status Codes
      • Patching
      • Pagination
      • Batch Predict CSV on Custom Text Model
      • Document Processing
  • Portal Guide
    • Clarifai Portal Basics
    • Your Data
      • Supported Formats
      • Exploring Your Data
        • Predictions
        • Annotations
        • Bulk Labeling
        • Proposals
        • Object Tracking
      • Collectors
    • Making Predictions
    • Creating and Managing Concepts
      • Create, Get, Update, Delete
      • Knowledge Graph
      • Languages
    • Labeling Your Data
      • Create a Task
      • Label Types
      • Labeling Tools
      • AI Assist
      • Workforce Management
      • Review
      • Training Data
      • Positive and Negative Annotations
    • Creating and Training Models
      • Training Basics
      • Clarifai Models
      • Custom Models
      • Model Types
      • Deep Training
    • Evaluating Models
      • Interpreting Evaluations
      • Improving Your Model
    • Creating Workflows
      • Input Nodes
      • Workflow Builder
      • Base Workflows
      • Setting Up a Workflow
      • Common Workflows
        • Auto Annotation
        • Visual Text Recognition
        • Text Classification
    • Search, Sort, Filter and Save
      • Rank
      • Filter
      • Combine or Negate
      • Saved Searches
      • Visual Search
      • Text Search
    • Advanced Topics
      • Importing Data with CSV and TSV Files
  • Data Labeling Services
    • Scribe LabelForce
  • Product Updates
    • Upcoming API Changes
    • Changelog
      • Release 8.1
      • Release 8.0
      • Release 7.11
      • Release 7.10
      • Release 7.9
      • Release 7.8
      • Release 7.7
      • Release 7.6
      • Release 7.5
      • Release 7.4
      • Release 7.3
      • Release 7.2
      • Release 7.1
      • 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
  • Additional Resources
    • API Status
    • Clarifai Blog
    • Clarifai Help
    • Clarifai Community
Powered by GitBook
On this page
  • Changelog 6.5
  • Applications
  • Inputs
  • Annotate
  • Model
  • Predict
  • Search
  • Portal
  • Workflow
  • Clients

Was this helpful?

Edit on GitHub
  1. Product Updates
  2. Changelog

Release 6.5

Changelog for Clarifai 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 3 years ago

Was this helpful?