From 7c3074e1b3ef31e31ca71bd58fdafcf0daf34ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bilge=20Y=C3=BCcel?= Date: Mon, 29 Jan 2024 17:04:48 +0300 Subject: [PATCH] Update cohere.md --- integrations/cohere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/cohere.md b/integrations/cohere.md index 89e31e9c..646c1f70 100644 --- a/integrations/cohere.md +++ b/integrations/cohere.md @@ -107,7 +107,7 @@ pipe.run({ }) ``` -Similar to the above example, you can also use `CohereChatGenerator` to use cohere chat models in your pipeline. +Similar to the above example, you can also use [`CohereChatGenerator`](https://docs.haystack.deepset.ai/v2.0/docs/coherechatgenerator) to use Cohere `/chat` models and features (streaming, connectors) in your pipeline. ```python from haystack import Pipeline