From a0d847f63628c77d34e9e6003f45af6d59d83288 Mon Sep 17 00:00:00 2001 From: kourosh hakhamaneshi <31483498+kouroshHakha@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:17:16 -0700 Subject: [PATCH] [Docs][Hotfix] Fix broken links (#5800) Some links were broken from the previous merge. This PR fixes them. Tested locally. #### Before submitting #### Who can review? Tag maintainers/contributors who might be interested: Signed-off-by: Kourosh Hakhamaneshi --- docs/additional_resources/deploy_llms.rst | 4 ++-- docs/{ecosystem => integrations}/ray_serve.ipynb | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{ecosystem => integrations}/ray_serve.ipynb (100%) diff --git a/docs/additional_resources/deploy_llms.rst b/docs/additional_resources/deploy_llms.rst index 1c342ee6..e2eb3d3f 100644 --- a/docs/additional_resources/deploy_llms.rst +++ b/docs/additional_resources/deploy_llms.rst @@ -24,9 +24,9 @@ This guide aims to provide a comprehensive overview of the requirements for depl Understanding these components is crucial when assessing serving systems. LangChain integrates with several open-source projects designed to tackle these issues, providing a robust framework for productionizing your LLM applications. Some notable frameworks include: -- `Ray Serve <../../../ecosystem/ray_serve.html>`_ +- `Ray Serve <../integrations/ray_serve.html>`_ - `BentoML `_ -- `Modal <../../../ecosystem/modal.html>`_ +- `Modal <../integrations/modal.html>`_ These links will provide further information on each ecosystem, assisting you in finding the best fit for your LLM deployment needs. diff --git a/docs/ecosystem/ray_serve.ipynb b/docs/integrations/ray_serve.ipynb similarity index 100% rename from docs/ecosystem/ray_serve.ipynb rename to docs/integrations/ray_serve.ipynb