Spaces:
Running
Running
fix typo
Browse files
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]
|