tavily - 简单使用

github :https://github.com/tavily-ai/tavily-python


安装

pip install tavily-python

获取 API Key

https://app.tavily.com/home


在这里插入图片描述


使用

from tavily import TavilyClient

TAVILY_API_KEY = 'tvly-3iO5Ek...3hbCNl'

# Step 1. Instantiating your TavilyClient
tavily_client = TavilyClient(api_key=TAVILY_API_KEY)

# Step 2. Executing a simple search query
response = tavily_client.search("Who is Leo Messi?")

# Step 3. That's it! You've done a Tavily Search!
print(response)

结果:

{
	'query': 'Who is Leo Messi?',
	'follow_up_questions': None,
	'answer': None,
	'images': [],
	'results': [{
		'title': '20 years of Messi: Ranking his seasons from worst to first',
		'url': 'https://www.espn.com/soccer/story/_/id/41809892/20-years-lionel-messi-ranking-barcelona-psg-inter-miami-legends-seasons-worst-first',
		'content': 'For 20 years, Lionel Messi has flourished from a young rising star to one of the greatest soccer players of all time. Illustration by ESPN 13. 2023-24 | Inter Miami',
		'score': 0.9492005,
		'raw_content': None
	}, {
		'title': "Lionel Messi | Biography, Barcelona, PSG, Ballon d'Or, Inter Miami ...",
		'url': 'https://www.britannica.com/biography/Lionel-Messi',
		'content': 'In early 2009 Messi capped ... course of the campaign, which resulted in his fifth world player of the year honour.',
		'score': 0.8749346,
		'raw_content': None
	}, {
		'title': 'Argentina 6-0 Bolivia: Lionel Messi scores hat-trick in World Cup ... - BBC',
		'url': 'https://www.bbc.com/sport/football/articles/c62re2n8qq7o',
		'content': 'Lionel Messi scored his 10th international hat-trick as Argentina thrashed Bolivia 6-0 in World Cup qualifying. The 37-year-old Inter Miami forward, who also set up two goals at Monumental Stadium',
		'score': 0.86373675,
		'raw_content': None
	}, {
		'title': "Lionel Messi: 'I Haven't Set a Goal' to Play in 2026 World Cup with ...",
		'url': 'https://bleacherreport.com/articles/10139842-lionel-messi-i-havent-set-a-goal-to-play-in-2026-world-cup-with-argentina',
		'content': 'The 37-year-old played a key role in the triumph over France in the final, winning 4-2 on penalties following a 3-3 draw. Messi scored twice and converted his penalty kick to help Argentina secure',
		'score': 0.8546422,
		'raw_content': None
	}, {
		'title': 'Lionel Messi - Wikipedia',
		'url': 'https://en.wikipedia.org/wiki/Lionel_Messi',
		'content': 'He scored ... at the Camp Nou.[164]',
		'score': 0.8143483,
		'raw_content': None
	}],
	'response_time': 2.1
}

2024-10-18(五)

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

编程乐园

请我喝杯伯爵奶茶~!

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值