diff --git a/docs/docs_skeleton/vercel.json b/docs/docs_skeleton/vercel.json index d40980692d6..2ff8141a4b5 100644 --- a/docs/docs_skeleton/vercel.json +++ b/docs/docs_skeleton/vercel.json @@ -3476,6 +3476,10 @@ "source": "/en/latest/modules/prompts/output_parsers/examples/retry.html", "destination": "/docs/modules/model_io/output_parsers/retry" }, + { + "source": "/en/latest/modules/prompts/example_selectors.html", + "destination": "/docs/modules/model_io/example_selectors" + }, { "source": "/en/latest/modules/prompts/example_selectors/examples/custom_example_selector.html", "destination": "/docs/modules/model_io/prompts/example_selectors/custom_example_selector" @@ -3488,6 +3492,10 @@ "source": "/en/latest/modules/prompts/example_selectors/examples/ngram_overlap.html", "destination": "/docs/modules/model_io/prompts/example_selectors/ngram_overlap" }, + { + "source": "/en/latest/modules/prompts/prompt_templates.html", + "destination": "/docs/modules/model_io/prompt_templates" + }, { "source": "/en/latest/modules/prompts/prompt_templates/examples/connecting_to_a_feature_store.html", "destination": "/docs/modules/model_io/prompts/prompt_templates/connecting_to_a_feature_store" @@ -3740,6 +3748,10 @@ "source": "/docs/modules/evaluation/:path*(/?)", "destination": "/docs/guides/evaluation/:path*" }, + { + "source": "/en/latest/modules/indexes.html", + "destination": "/docs/modules/data_connection" + }, { "source": "/en/latest/modules/indexes/:path*", "destination": "/docs/modules/data_connection/:path*"