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