You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openai-cookbook/transition_guides_for_depre...
Ted Sanders 1b21dcd6e9
removes deprecated Search function from deprecation code example (#130)
1 year ago
..
README.md fixes broken classification link 2 years ago
answers_functionality_example.py Initial commit 2 years ago
classification_functionality_example.py Nit: Change text in CLF cookbook 2 years ago
search_functionality_example.py removes deprecated Search function from deprecation code example (#130) 1 year ago

README.md

Deprecation of Answers, Classification, and Search

In 2021, OpenAI released specialized endpoints in beta for Answers, Classification, and Search.

While these specialized endpoints were convenient, they had two drawbacks:

  1. These specialized endpoints were eclipsed by techniques that achieved better results.
  2. These specialized endpoints were more difficult to customize and optimize for individual use cases.

As a result, the Answers, Classifications, and Search endpoints are being deprecated.

Timeline of deprecation

For those who have not used these endpoints, nothing will change except that access will no longer be available.

For existing users of these endpoints, access will continue until December 3, 2022. Before that date, we strongly encourage developers to switch over to newer techniques which produce better results.

How to transition

We've written guides and code examples for transitioning from the deprecated API endpoints to better methods.

Answers

Guide: How to transition off the Answers endpoint

Classification

Guide: How to transition off the Classifications endpoint

Guide: How to transition off the Search endpoint