Remove obsolete reference to old embedding engines

This commit is contained in:
Osman A. Osman 2023-01-03 19:00:13 -08:00 committed by GitHub
parent 838f000935
commit b2d9cd13d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,13 +84,6 @@
"print(\"Total number of functions extracted:\", len(all_funcs))" "print(\"Total number of functions extracted:\", len(all_funcs))"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"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."
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 2,