Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6fc1f2

Browse files
Merge pull request openai#54 from oaosman84/patch-1
Remove obsolete reference to old embedding engines
2 parents 155b125 + b2d9cd1 commit c6fc1f2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/Code_search.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@
8484
"print(\"Total number of functions extracted:\", len(all_funcs))"
8585
]
8686
},
87-
{
88-
"cell_type": "markdown",
89-
"metadata": {},
90-
"source": [
91-
"For code search models we use code-search-{model}-code to obtain embeddings for code snippets, and code-search-{model}-text to embed natural language queries."
92-
]
93-
},
9487
{
9588
"cell_type": "code",
9689
"execution_count": 2,

0 commit comments

Comments
 (0)