Skip to content

Commit d651281

Browse files
committed
fix(docs): updates to paths
1 parent 4b640ec commit d651281

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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/)
3939
Command-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/)
4646
Automated 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/)
5353
Interactive 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/)
6060
CLI 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

6868
In-depth tutorials for advanced implementations:
6969

70-
### [🔗 OpenAI Agents Integration](articles/openai-agents-integration/)
70+
### [🔗 OpenAI Agents Integration](cookbook/articles/openai-agents-integration/)
7171
Complete 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/)
7878
Advanced conversation memory solutions using LlamaIndex with Sonar.
7979
- Token-aware summarization techniques
8080
- Vector-based persistence systems

0 commit comments

Comments
 (0)