mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
update comment in rag_pipeline example
This commit is contained in:
parent
53369ee6da
commit
01833aa997
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class Player(BaseModel):
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue