Skip to content

Commit

Permalink
Fix a small typo (#11010)
Browse files Browse the repository at this point in the history
  • Loading branch information
milyiyo authored Feb 20, 2024
1 parent 4b3b7e1 commit 3541ceb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit 3541ceb

Please sign in to comment.