developersdigest / llm-answer-engine

Build a Perplexity-Inspired Answer Engine Using Next.js, Groq, Llama-3, Langchain, OpenAI, Upstash, Brave & Serper
https://developersdigest.tech
MIT License
4.26k stars 679 forks source link

SUGGESTION: Tavily Api !! #9

Open panasinho opened 3 months ago

panasinho commented 3 months ago

That would be a BANGER addition !

Tavily API is a specialized search engine that empowers large language models (LLMs) and AI agents. It delivers tailored and accurate search results optimized for retrieval-augmented generation (RAG), helping to minimize hallucinations.

Here's how Tavily API benefits your project:

Aggregates and filters information from over 20 online sources per API call, intelligently selecting the most relevant content for your query or task. Designed specifically for AI developers and LLM agents, streamlining the process of content retrieval and formatting.

Citations: [1] https://docs.tavily.com/docs/faq [2] https://tavily.com [3] https://docs.tavily.com/docs/tavily-api/introduction [4] https://python.langchain.com/docs/integrations/retrievers/tavily [5] https://js.langchain.com/docs/integrations/retrievers/tavily

developersdigest commented 3 months ago

Thank you for sharing this idea - this is great. I will look into this. There are a number of different search provider requests. This has me thinking that I might first make some minor tweaks just to restructure things in a way where it can be organized and easy to swap between different providers.

anoobn commented 2 months ago

10 times costly in comparison with serper API ,rather we can go for perplexity online API.

panasinho commented 2 weeks ago

Offers a free tier with 1,000 monthly API calls / costly ?

developersdigest commented 2 weeks ago

When I have a chance I will add tavily 🙂