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