GitHub Actions commited on
Commit
c389c2f
·
1 Parent(s): c9295cd

Auto-format code with isort and black

Browse files
Files changed (1) hide show
  1. sage/config.py +1 -1
sage/config.py CHANGED
@@ -150,7 +150,7 @@ def add_vector_store_args(parser: ArgumentParser) -> Callable:
150
  action=argparse.BooleanOptionalAction,
151
  default=False,
152
  help="When set to True, we rewrite the query 5 times, perform retrieval for each rewrite, and take the union "
153
- "of retrieved documents. See https://python.langchain.com/v0.1/docs/modules/data_connection/retrievers/MultiQueryRetriever/."
154
  )
155
  return validate_vector_store_args
156
 
 
150
  action=argparse.BooleanOptionalAction,
151
  default=False,
152
  help="When set to True, we rewrite the query 5 times, perform retrieval for each rewrite, and take the union "
153
+ "of retrieved documents. See https://python.langchain.com/v0.1/docs/modules/data_connection/retrievers/MultiQueryRetriever/.",
154
  )
155
  return validate_vector_store_args
156