From c33883a40e1c8148e84fc955acfbfcaf3ee2de92 Mon Sep 17 00:00:00 2001 From: leo-gan Date: Mon, 17 Apr 2023 21:02:52 -0700 Subject: [PATCH] fixed the Cohere example title (#3053) - fixed the Cohere example title (bug in #3041, sorry for it) - fixed the runhouse.ipynb file name inconsistency --- docs/ecosystem/runhouse.md | 2 +- docs/modules/models/llms/integrations/cohere.ipynb | 4 ++-- .../{self_hosted_examples.ipynb => runhouse.ipynb} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/modules/models/llms/integrations/{self_hosted_examples.ipynb => runhouse.ipynb} (100%) diff --git a/docs/ecosystem/runhouse.md b/docs/ecosystem/runhouse.md index d96b0976..49f4fdf5 100644 --- a/docs/ecosystem/runhouse.md +++ b/docs/ecosystem/runhouse.md @@ -15,7 +15,7 @@ custom LLMs, you can use the `SelfHostedPipeline` parent class. from langchain.llms import SelfHostedPipeline, SelfHostedHuggingFaceLLM ``` -For a more detailed walkthrough of the Self-hosted LLMs, see [this notebook](../modules/models/llms/integrations/self_hosted_examples.ipynb) +For a more detailed walkthrough of the Self-hosted LLMs, see [this notebook](../modules/models/llms/integrations/runhouse.ipynb) ## Self-hosted Embeddings There are several ways to use self-hosted embeddings with LangChain via Runhouse. diff --git a/docs/modules/models/llms/integrations/cohere.ipynb b/docs/modules/models/llms/integrations/cohere.ipynb index 60c7c817..41795464 100644 --- a/docs/modules/models/llms/integrations/cohere.ipynb +++ b/docs/modules/models/llms/integrations/cohere.ipynb @@ -5,11 +5,11 @@ "id": "9597802c", "metadata": {}, "source": [ - "# Install the package\n", + "# Cohere\n", "\n", "[Cohere](https://cohere.ai/about) is a Canadian startup that provides natural language processing models that help companies improve human-machine interactions.\n", "\n", - "This example goes over how to use LangChain to interact with Cohere models" + "This example goes over how to use LangChain to interact with `Cohere` [models](https://docs.cohere.ai/docs/generation-card)." ] }, { diff --git a/docs/modules/models/llms/integrations/self_hosted_examples.ipynb b/docs/modules/models/llms/integrations/runhouse.ipynb similarity index 100% rename from docs/modules/models/llms/integrations/self_hosted_examples.ipynb rename to docs/modules/models/llms/integrations/runhouse.ipynb