From 9943d1e01570f99169bea4e7ea57d9ab30b8d10e Mon Sep 17 00:00:00 2001 From: Sidharth Mohanty Date: Mon, 18 Dec 2023 08:50:49 +0530 Subject: [PATCH] [chore] Remove `deployment_name` for openai embedder and update docs (#1022) --- .../examples.mdx => examples/notebooks-and-replits.mdx} | 2 +- docs/mint.json | 1 + notebooks/openai.ipynb | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{get-started/examples.mdx => examples/notebooks-and-replits.mdx} (99%) diff --git a/docs/get-started/examples.mdx b/docs/examples/notebooks-and-replits.mdx similarity index 99% rename from docs/get-started/examples.mdx rename to docs/examples/notebooks-and-replits.mdx index 7c246674..82da96fb 100644 --- a/docs/get-started/examples.mdx +++ b/docs/examples/notebooks-and-replits.mdx @@ -1,5 +1,5 @@ --- -title: 🔎 Examples +title: Notebooks & Replits --- # Explore awesome apps diff --git a/docs/mint.json b/docs/mint.json index 9e21810e..7aeb6c00 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -137,6 +137,7 @@ { "group": "Examples", "pages": [ + "examples/notebooks-and-replits", { "group": "REST API Service", "pages": [ diff --git a/notebooks/openai.ipynb b/notebooks/openai.ipynb index 125c4ebd..b6c2aeb5 100644 --- a/notebooks/openai.ipynb +++ b/notebooks/openai.ipynb @@ -90,7 +90,6 @@ " provider: openai\n", " config:\n", " model: text-embedding-ada-002\n", - " deployment_name: ec_embeddings_ada_002\n", "\"\"\"\n", "\n", "# Write the multi-line string to a YAML file\n",