@@ -7,7 +7,7 @@ keywords: [perplexity, sonar, api, cookbook, examples, tutorials]
7
7
8
8
# Perplexity Sonar API Cookbook
9
9
10
- ![ SONAR] ( /static/img/perplexity-sonar.png )
10
+ ![ SONAR] ( cookbook /static/img/perplexity-sonar.png)
11
11
12
12
** 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.
13
13
@@ -35,28 +35,28 @@ Each example includes its own setup guide and documentation.
35
35
36
36
## 🔧 Examples
37
37
38
- ### [ 🔍 Fact Checker CLI] ( examples/fact-checker-cli/ )
38
+ ### [ �� Fact Checker CLI] ( cookbook/ examples/fact-checker-cli/)
39
39
Command-line tool that analyzes claims and articles for factual accuracy using Sonar's grounded search.
40
40
- Structured claim analysis with confidence ratings
41
41
- Source citation tracking and verification
42
42
- JSON output for automation workflows
43
43
- Professional fact-checking capabilities
44
44
45
- ### [ 🤖 Daily Knowledge Bot] ( examples/daily-knowledge-bot/ )
45
+ ### [ 🤖 Daily Knowledge Bot] ( cookbook/ examples/daily-knowledge-bot/)
46
46
Automated system delivering interesting facts using Perplexity's AI-powered research.
47
47
- Topic rotation and scheduling support
48
48
- Persistent storage and configuration
49
49
- Educational content generation
50
50
- Customizable knowledge domains
51
51
52
- ### [ 🏥 Disease Information App] ( examples/disease-qa/ )
52
+ ### [ 🏥 Disease Information App] ( cookbook/ examples/disease-qa/)
53
53
Interactive web application providing structured medical information with Sonar's real-time search.
54
54
- Browser-based interactive interface
55
55
- Structured knowledge cards with citations
56
56
- Medical information lookup and research
57
57
- Standalone deployment ready
58
58
59
- ### [ 📚 Academic Research Finder] ( examples/research-finder/ )
59
+ ### [ 📚 Academic Research Finder] ( cookbook/ examples/research-finder/)
60
60
CLI tool for discovering and summarizing academic literature with Sonar's research capabilities.
61
61
- Academic source prioritization
62
62
- Citation extraction with DOI tracking
@@ -67,14 +67,14 @@ CLI tool for discovering and summarizing academic literature with Sonar's resear
67
67
68
68
In-depth tutorials for advanced implementations:
69
69
70
- ### [ 🔗 OpenAI Agents Integration] ( articles/openai-agents-integration/ )
70
+ ### [ 🔗 OpenAI Agents Integration] ( cookbook/ articles/openai-agents-integration/)
71
71
Complete guide for integrating Sonar API with OpenAI Agents SDK.
72
72
- Custom client configuration patterns
73
73
- Async integration examples
74
74
- Function tool implementations
75
75
- Production deployment strategies
76
76
77
- ### [ 🧠 Memory Management] ( articles/memory-management/ )
77
+ ### [ 🧠 Memory Management] ( cookbook/ articles/memory-management/)
78
78
Advanced conversation memory solutions using LlamaIndex with Sonar.
79
79
- Token-aware summarization techniques
80
80
- Vector-based persistence systems
0 commit comments