Skip to content

Commit

Permalink
Give the --question flag a default values since the pipeline fails wi…
Browse files Browse the repository at this point in the history
…thout one
  • Loading branch information
dagardner-nv committed Jun 24, 2024
1 parent 6b9054a commit 5350104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/llm/rag/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def run():
"--question",
type=str,
multiple=True,
default=["What are some new attacks discovered in the cyber security industry?"] * 5,
help="The question to answer with the RAG pipeline. Specify multiple times to answer multiple questions at once.",
)
def pipeline(**kwargs):
Expand Down

0 comments on commit 5350104

Please sign in to comment.