From 3541cebf51b06cee3331c5869be8b68ebcadff9c Mon Sep 17 00:00:00 2001
From: milyiyo <milyiyo@users.noreply.github.com>
Date: Tue, 20 Feb 2024 16:02:53 +0100
Subject: [PATCH] Fix a small typo (#11010)

---
 .../llama_index/core/indices/knowledge_graph/retrievers.py      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llama-index-core/llama_index/core/indices/knowledge_graph/retrievers.py b/llama-index-core/llama_index/core/indices/knowledge_graph/retrievers.py
index 38cd852fd3..91bd967192 100644
--- a/llama-index-core/llama_index/core/indices/knowledge_graph/retrievers.py
+++ b/llama-index-core/llama_index/core/indices/knowledge_graph/retrievers.py
@@ -52,7 +52,7 @@ class KGRetrieverMode(str, Enum):
         KEYWORD ("keyword"): Default query mode, using keywords to find triplets.
         EMBEDDING ("embedding"): Embedding mode, using embeddings to find
             similar triplets.
-        HYBRID ("hybrid"): Hyrbid mode, combining both keywords and embeddings
+        HYBRID ("hybrid"): Hybrid mode, combining both keywords and embeddings
             to find relevant triplets.
     """
 
-- 
GitLab