tavily-ai / tavily-python

A python wrapper for Tavily search API
https://docs.tavily.com
MIT License
112 stars 21 forks source link

Async SDK #13

Open ju-bezdek opened 2 months ago

ju-bezdek commented 2 months ago

An async API for the SDK would be highly appreciated. For any kind of production application, not allowing the web server to handle requests while we are waiting actively to respond is crucial.