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
Hi there,
I have been using lepton search lately and i am quite happy with the summarized results it provides. I am wondering if there is a way to interact with the search engine via python ?
For example i want to do something like
question = 'where are the next games of real madrid being held ? "
search = lepton.search (f'{question})
response = lepton.response(search)
sources = lepton.sources(response.sources)
Something on these lines . Is it possible to do so ?
The text was updated successfully, but these errors were encountered:
Hi there,
I have been using lepton search lately and i am quite happy with the summarized results it provides. I am wondering if there is a way to interact with the search engine via python ?
For example i want to do something like
Something on these lines . Is it possible to do so ?
The text was updated successfully, but these errors were encountered: