Unverified Commit a7d73cfd authored by Quentin Lhoest's avatar Quentin Lhoest Committed by GitHub
Browse files

fix rag index names in eval_rag.py example (#8730)

parent 8d4ed7e9
...@@ -153,7 +153,7 @@ def get_args(): ...@@ -153,7 +153,7 @@ def get_args():
parser.add_argument( parser.add_argument(
"--index_name", "--index_name",
default=None, default=None,
choices=["hf", "legacy"], choices=["exact", "compressed", "legacy"],
type=str, type=str,
help="RAG model retriever type", help="RAG model retriever type",
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment