If you're building any AI app that uses RAG, you need to check out the Perplexity API — they have some of the most advanced search & retrieval features, all available for relatively low cost, and natively available on Portkey! Feature 1️⃣: Search Domain Filter Want your LLM to only cite scientific papers? Or avoid certain websites? Just send
search_domain_filter=["arxiv.org", "nature.com"]
search_domain_filter=["arxiv.org", "nature.com"]
Perfect for research tools, corporate compliance, and filtering out noise. Feature 2️⃣: Search Recency Filter Need real-time data? Filter search results by time:
search_recency_filter="hour"
search_recency_filter="hour"
Game-changing for market analysis, news monitoring, and trending topics. Feature 3️⃣: Related Questions Generation Auto-generate intelligent follow-up questions:
return_related_questions=True
return_related_questions=True
Great for research assistants, learning tools, and guided exploration of complex topics. Feature 4️⃣: Include Image Results Get relevant images, charts, and diagrams right in your LLM responses:
return_images=True
return_images=True
Essential for technical documentation, visual research, and richer user experiences. All these features are available over the Portkey API! Docs: https://portkey.ai/docs/integrations/llms/perplexity-ai#perplexity-specific-features
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?