openai/openai-python
Publicmirrored fromhttps://github.com/openai/openai-pythonAvailable
examples/embeddings/Classification.ipynb
38lines · modecode
| 1 | { |
| 2 | "cells": [ |
| 3 | { |
| 4 | "cell_type": "markdown", |
| 5 | "metadata": {}, |
| 6 | "source": [ |
| 7 | "This code example has moved. You can now find it in the [OpenAI Cookbook](https://github.com/openai/openai-cookbook) at [examples/Classification_using_embeddings.ipynb](https://github.com/openai/openai-cookbook/blob/main/examples/Classification_using_embeddings.ipynb)." |
| 8 | ] |
| 9 | } |
| 10 | ], |
| 11 | "metadata": { |
| 12 | "kernelspec": { |
| 13 | "display_name": "Python 3.9.9 ('openai')", |
| 14 | "language": "python", |
| 15 | "name": "python3" |
| 16 | }, |
| 17 | "language_info": { |
| 18 | "codemirror_mode": { |
| 19 | "name": "ipython", |
| 20 | "version": 3 |
| 21 | }, |
| 22 | "file_extension": ".py", |
| 23 | "mimetype": "text/x-python", |
| 24 | "name": "python", |
| 25 | "nbconvert_exporter": "python", |
| 26 | "pygments_lexer": "ipython3", |
| 27 | "version": "3.9.9" |
| 28 | }, |
| 29 | "orig_nbformat": 4, |
| 30 | "vscode": { |
| 31 | "interpreter": { |
| 32 | "hash": "365536dcbde60510dc9073d6b991cd35db2d9bac356a11f5b64279a5e6708b97" |
| 33 | } |
| 34 | } |
| 35 | }, |
| 36 | "nbformat": 4, |
| 37 | "nbformat_minor": 2 |
| 38 | } |
| 39 | |