openai/openai-python
Publicmirrored from https://github.com/openai/openai-pythonAvailable
examples/embeddings/Code_search.ipynb
38lines · modeblame
1f324723Boris Power4 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/Code_search.ipynb](https://github.com/openai/openai-cookbook/blob/main/examples/Code_search.ipynb)." |
1f324723Boris Power4 years ago | 8 | ] |
| 9 | } | |
| 10 | ], | |
| 11 | "metadata": { | |
| 12 | "kernelspec": { | |
7884a7b9Ted Sanders3 years ago | 13 | "display_name": "Python 3.9.9 ('openai')", |
| 14 | "language": "python", | |
1f324723Boris Power4 years ago | 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", | |
7884a7b9Ted Sanders3 years ago | 27 | "version": "3.9.9" |
1f324723Boris Power4 years ago | 28 | }, |
7884a7b9Ted Sanders3 years ago | 29 | "orig_nbformat": 4, |
| 30 | "vscode": { | |
| 31 | "interpreter": { | |
| 32 | "hash": "365536dcbde60510dc9073d6b991cd35db2d9bac356a11f5b64279a5e6708b97" | |
| 33 | } | |
| 34 | } | |
1f324723Boris Power4 years ago | 35 | }, |
| 36 | "nbformat": 4, | |
| 37 | "nbformat_minor": 2 | |
| 38 | } |