You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While searching a Folder with a single pdf, I keep getting error:
Number of requested results 5 is greater than number of elements in index 1, updating n_results = 1
Here is the code I am using:
from aifs import search
search("What is Popular Sovereignty?", path="/Users/km/work/test/Revolutions")
search("What triggered the American Revolution?") # Path defaults to CWD
Any suggestions?
The text was updated successfully, but these errors were encountered:
While searching a Folder with a single pdf, I keep getting error:
Number of requested results 5 is greater than number of elements in index 1, updating n_results = 1
Here is the code I am using:
from aifs import search
search("What is Popular Sovereignty?", path="/Users/km/work/test/Revolutions")
search("What triggered the American Revolution?") # Path defaults to CWD
Any suggestions?
The text was updated successfully, but these errors were encountered: