From a3395cefe347be737de33c58f71f2db5ca20483d Mon Sep 17 00:00:00 2001
From: BeatrixCohere <128378696+BeatrixCohere@users.noreply.github.com>
Date: Thu, 8 Feb 2024 16:17:06 +0000
Subject: [PATCH] Add Cohere section for llamaindex (#10523)

Add Cohere section
---
 docs/module_guides/models/llms/modules.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/module_guides/models/llms/modules.md b/docs/module_guides/models/llms/modules.md
index 09804a2e4b..e839a9ce42 100644
--- a/docs/module_guides/models/llms/modules.md
+++ b/docs/module_guides/models/llms/modules.md
@@ -47,6 +47,15 @@ maxdepth: 1
 /examples/llm/clarifai.ipynb
 ```
 
+## Cohere
+
+```{toctree}
+---
+maxdepth: 1
+---
+/examples/llm/cohere.ipynb
+```
+
 ## EverlyAI
 
 ```{toctree}
-- 
GitLab