Tavily Rust SDK
Unofficial (for now 🫠) Rust SDK for the Tavily Search API - the AI-powered search engine for LLM applications 🚀
[!NOTE] Requires an API key. You can get one by signing up at Tavily. The API key should be kept secure and not shared publicly.
Installation
or add it to your Cargo.toml:
[]
= "^2.0.0"
Quick Start
use ;
async
Features
- Simple Search: Quick search queries with minimal configuration
- Answer Mode: Get AI-generated answers along with search results
- Advanced Customization: Control search depth, topics, time range, and more
- Domain Filtering: Include or exclude specific domains
- Rich Content: Optional image results and descriptions
Documentation
For detailed examples and API documentation, check out: