paultltc commited on
Commit
0871236
·
1 Parent(s): a48ed9c
Files changed (1) hide show
  1. tool.py +0 -1
tool.py CHANGED
@@ -222,7 +222,6 @@ class VisualRAGTool(Tool):
222
  # Retrieve the top k documents and generate response
223
  return self.search(
224
  query=query,
225
- files=None,
226
  k=k,
227
  api_key=api_key
228
  )[1]
 
222
  # Retrieve the top k documents and generate response
223
  return self.search(
224
  query=query,
 
225
  k=k,
226
  api_key=api_key
227
  )[1]