From 1bd5eca7ab9f2914b5ad919c263f544d40bed5d3 Mon Sep 17 00:00:00 2001
From: Jerry Liu <jerryjliu98@gmail.com>
Date: Tue, 29 Aug 2023 09:02:39 -0700
Subject: [PATCH] patch integrations docs (#7464)

---
 docs/community/integrations.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/community/integrations.md b/docs/community/integrations.md
index 13ec68863a..e72ada566e 100644
--- a/docs/community/integrations.md
+++ b/docs/community/integrations.md
@@ -13,7 +13,7 @@ The full set of agent tools are found on [LlamaHub](https://llamahub.ai/)
 The full set of supported LLMs are found [here](/core_modules/model_modules/llms/modules.md).
 
 
-## Observability/Tracing
+## Observability/Tracing/Evaluation
 
 Check out our [one-click observability](/end_to_end_tutorials/one_click_observability.md) page
 for full tracing integrations.
@@ -25,6 +25,7 @@ maxdepth: 1
 /end_to_end_tutorials/one_click_observability.md
 integrations/graphsignal.md
 integrations/trulens.md
+integrations/deepeval.md
 
 ```
 
@@ -38,16 +39,16 @@ Guardrails </examples/output_parsing/GuardrailsDemo.ipynb>
 OpenAI Function Calling </examples/output_parsing/openai_pydantic_program.ipynb>
 ```
 
-## Storage
+## Storage and Managed Indexes
 ```{toctree}
 ---
 maxdepth: 1
 ---
 integrations/vector_stores.md
 integrations/graph_stores.md
+integrations/managed_indices.md
 ```
 
-
 ## Application Frameworks
 ```{toctree}
 ---
-- 
GitLab