From 657b57280b2bab36e4cf402d03af090a23190988 Mon Sep 17 00:00:00 2001 From: amanshresthaa <159779640+amanshresthaa@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:11:50 +0100 Subject: [PATCH] Update 6-optimizers.md Page no longer exists. https://dspy-docs.vercel.app/deep-dive/optimizers/ --- docs/docs/building-blocks/6-optimizers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/building-blocks/6-optimizers.md b/docs/docs/building-blocks/6-optimizers.md index 28573c3bf..841184155 100644 --- a/docs/docs/building-blocks/6-optimizers.md +++ b/docs/docs/building-blocks/6-optimizers.md @@ -89,7 +89,7 @@ That being said, here's the general guidance on getting started: ## How do I use an optimizer? -They all share this general interface, with some differences in the keyword arguments (hyperparameters). Detailed documentation for key optimizers can be found [here](https://dspy-docs.vercel.app/deep-dive/optimizers/), and a full list can be found [here](https://dspy-docs.vercel.app/cheatsheet). +They all share this general interface, with some differences in the keyword arguments (hyperparameters). Detailed documentation for key optimizers can be found [here](https://dspy-docs.vercel.app/deep-dive/optimizers/bootstrap-fewshot/), and a full list can be found [here](https://dspy-docs.vercel.app/cheatsheet). Let's see this with the most common one, `BootstrapFewShotWithRandomSearch`.