From c7b59d5226be22f4a426d9d5d4101a2409112ee7 Mon Sep 17 00:00:00 2001
From: Jerry Liu <jerryjliu98@gmail.com>
Date: Tue, 19 Mar 2024 09:06:58 -0700
Subject: [PATCH] edit some links on docs home page  (#12076)

---
 docs/index.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/index.rst b/docs/index.rst
index 188d950d3..cf411e0da 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -91,8 +91,10 @@ Need help? Have a feature suggestion? Join the LlamaIndex community:
 Associated projects
 -------------------
 
-- 🏡 LlamaHub: https://llamahub.ai | A large (and growing!) collection of custom data connectors
+- 🏡 LlamaHub: https://llamahub.ai | The central hub of all integrations and templates within the LlamaIndex ecosystem (LLMs, embeddings, data loaders, vector stores, LlamaPacks).
 - 🧪 LlamaLab: https://github.com/run-llama/llama-lab | Ambitious projects built on top of LlamaIndex
+- 🌤️ LlamaCloud: https://cloud.llamaindex.ai/ | Platform for advanced document RAG
+   - 📑 LlamaParse Python Client: https://github.com/run-llama/llama_parse | Client for advanced document parsing (part of LlamaCloud)
 
 .. toctree::
    :maxdepth: 1
-- 
GitLab