@@ -7,7 +7,7 @@ keywords: [perplexity, sonar, api, cookbook, examples, tutorials]
77
88# Perplexity Sonar API Cookbook
99
10- ![ SONAR] ( /static/img/perplexity-sonar.png )
10+ ![ SONAR] ( cookbook /static/img/perplexity-sonar.png)
1111
1212** Build with the best AI answer engine.** A comprehensive collection of practical applications, tutorials, and integration guides built with [ ** Perplexity's Sonar API** ] ( https://sonar.perplexity.ai/ ) - the fastest, most cost-effective grounded search APIs with unparalleled real-time, web-wide research and Q&A capabilities.
1313
@@ -35,28 +35,28 @@ Each example includes its own setup guide and documentation.
3535
3636## 🔧 Examples
3737
38- ### [ 🔍 Fact Checker CLI] ( examples/fact-checker-cli/ )
38+ ### [ �� Fact Checker CLI] ( cookbook/ examples/fact-checker-cli/)
3939Command-line tool that analyzes claims and articles for factual accuracy using Sonar's grounded search.
4040- Structured claim analysis with confidence ratings
4141- Source citation tracking and verification
4242- JSON output for automation workflows
4343- Professional fact-checking capabilities
4444
45- ### [ 🤖 Daily Knowledge Bot] ( examples/daily-knowledge-bot/ )
45+ ### [ 🤖 Daily Knowledge Bot] ( cookbook/ examples/daily-knowledge-bot/)
4646Automated system delivering interesting facts using Perplexity's AI-powered research.
4747- Topic rotation and scheduling support
4848- Persistent storage and configuration
4949- Educational content generation
5050- Customizable knowledge domains
5151
52- ### [ 🏥 Disease Information App] ( examples/disease-qa/ )
52+ ### [ 🏥 Disease Information App] ( cookbook/ examples/disease-qa/)
5353Interactive web application providing structured medical information with Sonar's real-time search.
5454- Browser-based interactive interface
5555- Structured knowledge cards with citations
5656- Medical information lookup and research
5757- Standalone deployment ready
5858
59- ### [ 📚 Academic Research Finder] ( examples/research-finder/ )
59+ ### [ 📚 Academic Research Finder] ( cookbook/ examples/research-finder/)
6060CLI tool for discovering and summarizing academic literature with Sonar's research capabilities.
6161- Academic source prioritization
6262- Citation extraction with DOI tracking
@@ -67,14 +67,14 @@ CLI tool for discovering and summarizing academic literature with Sonar's resear
6767
6868In-depth tutorials for advanced implementations:
6969
70- ### [ 🔗 OpenAI Agents Integration] ( articles/openai-agents-integration/ )
70+ ### [ 🔗 OpenAI Agents Integration] ( cookbook/ articles/openai-agents-integration/)
7171Complete guide for integrating Sonar API with OpenAI Agents SDK.
7272- Custom client configuration patterns
7373- Async integration examples
7474- Function tool implementations
7575- Production deployment strategies
7676
77- ### [ 🧠 Memory Management] ( articles/memory-management/ )
77+ ### [ 🧠 Memory Management] ( cookbook/ articles/memory-management/)
7878Advanced conversation memory solutions using LlamaIndex with Sonar.
7979- Token-aware summarization techniques
8080- Vector-based persistence systems
0 commit comments