tavily-ai / tavily-python

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

Feature/async client #14

Closed jonirap closed 2 months ago

jonirap commented 2 months ago

This adds asynchronous support to the Python SDK of the "Tavily" project, by adding a separate Async Client and leveraging the HTTPX async HTTP request python package.

This PR solves Issue 13

bluzir commented 2 months ago

@assafelovic do you have plans to merge?

assafelovic commented 2 months ago

Thanks @bluzir this is great!

jonirap commented 2 months ago

Thanks @bluzir this is great!

Actually it was my PR 😅