We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, a fixed timeout is used in the internal _search function of 100 seconds.
_search
tavily.py:37 - response = requests.post(self.base_url, data=json.dumps(data), headers=self.headers, timeout=100)
response = requests.post(self.base_url, data=json.dumps(data), headers=self.headers, timeout=100)
I want to suggest the following improvements:
Let me know what you think.
The text was updated successfully, but these errors were encountered:
is there such function yet?
Sorry, something went wrong.
No branches or pull requests
Right now, a fixed timeout is used in the internal
_search
function of 100 seconds.tavily.py:37 -
response = requests.post(self.base_url, data=json.dumps(data), headers=self.headers, timeout=100)
I want to suggest the following improvements:
Let me know what you think.
The text was updated successfully, but these errors were encountered: