[chore] Remove deployment_name for openai embedder and update docs (#1022)

This commit is contained in:
Sidharth Mohanty
2023-12-18 08:50:49 +05:30
committed by GitHub
parent b348251484
commit 9943d1e015
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
--- ---
title: 🔎 Examples title: Notebooks & Replits
--- ---
# Explore awesome apps # Explore awesome apps

View File

@@ -137,6 +137,7 @@
{ {
"group": "Examples", "group": "Examples",
"pages": [ "pages": [
"examples/notebooks-and-replits",
{ {
"group": "REST API Service", "group": "REST API Service",
"pages": [ "pages": [

View File

@@ -90,7 +90,6 @@
" provider: openai\n", " provider: openai\n",
" config:\n", " config:\n",
" model: text-embedding-ada-002\n", " model: text-embedding-ada-002\n",
" deployment_name: ec_embeddings_ada_002\n",
"\"\"\"\n", "\"\"\"\n",
"\n", "\n",
"# Write the multi-line string to a YAML file\n", "# Write the multi-line string to a YAML file\n",