Skip to content

Commit

Permalink
update comment in rag_pipeline example
Browse files Browse the repository at this point in the history
  • Loading branch information
seehi committed May 7, 2024
1 parent 53369ee commit 01833aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rag_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def rag_key(self) -> str:
class RAGExample:
"""Show how to use RAG."""

def __init__(self, engine: SimpleEngine = None, use_llm_ranker: bool = False):
def __init__(self, engine: SimpleEngine = None, use_llm_ranker: bool = True):
self._engine = engine
self._use_llm_ranker = use_llm_ranker

Expand Down

0 comments on commit 01833aa

Please sign in to comment.