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