mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 16:56:26 +02:00
fix bug in faiss
This commit is contained in:
parent
de259a2531
commit
77c537d202
1 changed files with 1 additions and 1 deletions
|
|
@ -95,4 +95,4 @@ class SearchEngine:
|
|||
Returns:
|
||||
The search results as a string or a list of dictionaries.
|
||||
"""
|
||||
return await self.run_func(query, max_results, as_string)
|
||||
return await self.run_func(query, max_results=max_results, as_string=as_string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue