felo-ai 0.2.7 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/EXAMPLES.md CHANGED
@@ -1,632 +1,632 @@
1
- # Usage Examples
2
-
3
- Real-world examples showing how to use Felo Search for different scenarios.
4
-
5
- **Quick Navigation:**
6
- - [Daily Life Scenarios](#daily-life-scenarios)
7
- - [Developer Scenarios](#developer-scenarios)
8
- - [Multi-language Queries](#multi-language-queries)
9
- - [Complex Queries](#complex-queries)
10
- - [Tips for Better Results](#tips-for-better-results)
11
-
12
- ---
13
-
14
- ## Daily Life Scenarios
15
-
16
- ### Weather
17
-
18
- **Query:** "What's the weather in Tokyo today?"
19
- ```
20
- Current temperature, conditions, forecast
21
- Example: "Currently 15°C in Tokyo with partly cloudy skies..."
22
- ```
23
-
24
- **Query:** "What's the weather in Hangzhou tomorrow?"
25
- ```
26
- Tomorrow's forecast for Hangzhou, temperature range, precipitation probability
27
- Example: "Hangzhou tomorrow: partly cloudy to clear, 8-16°C..."
28
- ```
29
-
30
- **Query:** "Will it rain in Seattle this weekend?"
31
- ```
32
- Weekend forecast with precipitation probability
33
- ```
34
-
35
- **Query:** "Beijing weather forecast for next week"
36
- ```
37
- Beijing 7-day weather trend, temperature changes
38
- ```
39
-
40
- ### Restaurants & Food
41
-
42
- **Query:** "Best ramen in Osaka"
43
- ```
44
- Top-rated ramen shops with addresses, ratings, reviews
45
- Example: "1. Ichiran Dotonbori - Famous tonkotsu ramen..."
46
- ```
47
-
48
- **Query:** "Where to find the best xiaolongbao in Shanghai?"
49
- ```
50
- Recommended restaurants with addresses and specialties
51
- Example: "1. Nanxiang Steamed Bun Restaurant - Old brand near Yuyuan, thin skin, juicy..."
52
- ```
53
-
54
- **Query:** "Vegetarian restaurants near Times Square"
55
- ```
56
- Nearby vegetarian options with ratings and menus
57
- ```
58
-
59
- **Query:** "Best hot pot restaurants in Chengdu"
60
- ```
61
- Chengdu-style hot pot spots, popularity ranking, signature dishes
62
- ```
63
-
64
- **Query:** "Best coffee shops in Portland"
65
- ```
66
- Top-rated coffee shops with specialties and atmosphere
67
- ```
68
-
69
- **Query:** "Michelin-starred restaurants in Tokyo"
70
- ```
71
- Tokyo Michelin-starred restaurants, reservation info, price range
72
- ```
73
-
74
- ### Shopping & Prices
75
-
76
- **Query:** "iPhone 15 Pro price comparison"
77
- ```
78
- Prices from different retailers with links
79
- Example: "Apple Store: $999, Amazon: $979..."
80
- ```
81
-
82
- **Query:** "MacBook Air M3 price"
83
- ```
84
- Price comparison across channels, discount info
85
- Example: "Apple: $1,099, Amazon: $1,049..."
86
- ```
87
-
88
- **Query:** "Best deals on noise-canceling headphones"
89
- ```
90
- Current deals and discounts on popular models
91
- ```
92
-
93
- **Query:** "Where to buy Nintendo Switch OLED cheapest?"
94
- ```
95
- Price comparison across platforms, promotions
96
- ```
97
-
98
- **Query:** "AirPods Pro 2 vs Sony WF-1000XM5"
99
- ```
100
- Detailed comparison: features, sound quality, price
101
- ```
102
-
103
- **Query:** "Is Xiaomi 14 Pro worth buying?"
104
- ```
105
- Review summary, pros and cons, buying advice
106
- ```
107
-
108
- ### Travel & Local Info
109
-
110
- **Query:** "Things to do in Kyoto this weekend"
111
- ```
112
- Events, attractions, seasonal activities
113
- Example: "Cherry blossom viewing at Maruyama Park..."
114
- ```
115
-
116
- **Query:** "What are the best things to do in Taipei?"
117
- ```
118
- Attraction recommendations, opening hours, how to get there
119
- Example: "Taipei 101 - Observatory for night views..."
120
- ```
121
-
122
- **Query:** "Best time to visit Iceland"
123
- ```
124
- Seasonal recommendations, weather, tourist seasons
125
- ```
126
-
127
- **Query:** "Paris travel guide"
128
- ```
129
- Must-see attractions, food recommendations, transport guide
130
- ```
131
-
132
- **Query:** "Cheap flights from NYC to London"
133
- ```
134
- Flight deals, best booking times, airline comparisons
135
- ```
136
-
137
- **Query:** "How to apply for a Japan visa?"
138
- ```
139
- Visa types, application process, required documents
140
- ```
141
-
142
- ---
143
-
144
- ## Developer Scenarios
145
-
146
- ### Latest Documentation
147
-
148
- **Query:** "React 19 new features"
149
- ```
150
- Latest React 19 features with official docs links
151
- Example: "React Compiler (auto-optimization)..."
152
- ```
153
-
154
- **Query:** "Next.js 15 new features"
155
- ```
156
- Next.js 15 feature summary, documentation links
157
- Example: "Turbopack stable (5x faster builds)..."
158
- ```
159
-
160
- **Query:** "Python 3.13 release notes"
161
- ```
162
- New features, improvements, breaking changes
163
- ```
164
-
165
- **Query:** "Vue 3.4 update highlights"
166
- ```
167
- New features, performance improvements, migration guide
168
- ```
169
-
170
- **Query:** "TypeScript 5.4 what's new"
171
- ```
172
- New type system features, compiler improvements
173
- ```
174
-
175
- **Query:** "Rust 1.76 improvements"
176
- ```
177
- Language feature updates, standard library improvements
178
- ```
179
-
180
- ### Library Comparison
181
-
182
- **Query:** "Vite vs Webpack 2024 comparison"
183
- ```
184
- Performance, features, use cases comparison
185
- Example: "Build Speed: Vite 10x faster (dev)..."
186
- ```
187
-
188
- **Query:** "Vue 3 vs React for new projects"
189
- ```
190
- Comparison, use cases, community ecosystem
191
- Example: "Learning curve: Vue gentler..."
192
- ```
193
-
194
- **Query:** "Tailwind CSS vs Bootstrap 2026"
195
- ```
196
- Feature comparison, performance, ecosystem
197
- ```
198
-
199
- **Query:** "PostgreSQL vs MySQL performance comparison"
200
- ```
201
- Benchmarks, use cases, feature comparison
202
- ```
203
-
204
- **Query:** "Jest vs Vitest for testing"
205
- ```
206
- Speed, features, migration difficulty
207
- ```
208
-
209
- **Query:** "Redux vs Zustand state management comparison"
210
- ```
211
- Complexity, performance, learning curve
212
- ```
213
-
214
- ### Tech Trends & News
215
-
216
- **Query:** "Latest AI developments January 2026"
217
- ```
218
- Recent AI breakthroughs, company announcements
219
- Example: "OpenAI GPT-5 preview released..."
220
- ```
221
-
222
- **Query:** "Important tech news recently"
223
- ```
224
- Recent tech developments, industry trends
225
- Example: "Apple releases Vision Pro 2..."
226
- ```
227
-
228
- **Query:** "Web development trends 2026"
229
- ```
230
- Popular frameworks, tools, best practices
231
- ```
232
-
233
- **Query:** "Latest breakthroughs in AI"
234
- ```
235
- Major AI advances, research results
236
- ```
237
-
238
- **Query:** "Cybersecurity threats 2026"
239
- ```
240
- Current threats, vulnerabilities, protection methods
241
- ```
242
-
243
- **Query:** "Latest blockchain technology applications"
244
- ```
245
- New blockchain use cases, technology development
246
- ```
247
-
248
- ### API & Tools
249
-
250
- **Query:** "How to use OpenAI GPT-4 API"
251
- ```
252
- Setup guide, code examples, best practices
253
- Example: "Install SDK: pip install openai..."
254
- ```
255
-
256
- **Query:** "How to use Anthropic Claude API"
257
- ```
258
- API usage guide, code examples, pricing info
259
- Example: "Install SDK: pip install anthropic..."
260
- ```
261
-
262
- **Query:** "GitHub Actions tutorial"
263
- ```
264
- Workflow setup, common use cases, examples
265
- ```
266
-
267
- **Query:** "Docker getting started tutorial"
268
- ```
269
- Basic concepts, common commands, practical examples
270
- ```
271
-
272
- **Query:** "AWS Lambda best practices"
273
- ```
274
- Performance optimization, cost reduction, security
275
- ```
276
-
277
- **Query:** "Kubernetes deployment guide"
278
- ```
279
- Cluster setup, app deployment, operations
280
- ```
281
-
282
- ### Framework Updates
283
-
284
- **Query:** "Django 5.0 release notes"
285
- ```
286
- New features, breaking changes, migration guide
287
- Example: "Async support improvements..."
288
- ```
289
-
290
- **Query:** "Spring Boot 3.2 what's new"
291
- ```
292
- New features, improvements, upgrade advice
293
- Example: "Enhanced native image support..."
294
- ```
295
-
296
- **Query:** "Angular 17 what's new"
297
- ```
298
- New features, performance improvements
299
- ```
300
-
301
- **Query:** "Laravel 11 new features"
302
- ```
303
- Framework updates, new features, best practices
304
- ```
305
-
306
- **Query:** "Express.js vs Fastify performance"
307
- ```
308
- Benchmark results, use cases, migration
309
- ```
310
-
311
- **Query:** "Rails 7.1 improvements"
312
- ```
313
- New features, performance optimization, security updates
314
- ```
315
-
316
- ---
317
-
318
- ## Multi-language Queries
319
-
320
- Felo supports queries in multiple languages. Below are examples in English; you can ask the same in Chinese, Japanese, or Korean and get answers in that language.
321
-
322
- ### General (English examples)
323
-
324
- **Query:** "Latest developments in AI"
325
- ```
326
- Latest AI research and applications
327
- Example: "LLM parameters exceed 10 trillion..."
328
- ```
329
-
330
- **Query:** "What to do in Shenzhen"
331
- ```
332
- Shenzhen attraction recommendations, local activities
333
- Example: "Window of the World - miniature landmarks..."
334
- ```
335
-
336
- **Query:** "How to learn programming?"
337
- ```
338
- Learning path, resource recommendations, study methods
339
- ```
340
-
341
- **Query:** "China EV market analysis"
342
- ```
343
- Market size, major players, policy impact
344
- ```
345
-
346
- **Query:** "Best online education platforms"
347
- ```
348
- Platform comparison, course quality, pricing
349
- ```
350
-
351
- **Query:** "What's new in Taipei recently?"
352
- ```
353
- Recent Taipei news, events
354
- Example: "MRT circular line northern section groundbreaking..."
355
- ```
356
-
357
- **Query:** "Best food in Kaohsiung"
358
- ```
359
- Kaohsiung restaurants, must-try dishes
360
- Example: "Liuhe Night Market - papaya milk..."
361
- ```
362
-
363
- **Query:** "Taiwan travel attractions"
364
- ```
365
- Popular spots, experiences, transport info
366
- ```
367
-
368
- **Query:** "How to apply for Taiwan passport?"
369
- ```
370
- Application process, required documents, processing time
371
- ```
372
-
373
- **Query:** "Taichung housing market trend"
374
- ```
375
- Market analysis, price trends, investment advice
376
- ```
377
-
378
- **Query:** "Popular restaurants in Tokyo"
379
- ```
380
- Tokyo popular restaurants, ratings, reservation info
381
- Example: "Narisawa - modern Japanese cuisine..."
382
- ```
383
-
384
- **Query:** "Latest AI technology overview"
385
- ```
386
- AI technology overview, use cases
387
- Example: "GPT-5 advances in natural language..."
388
- ```
389
-
390
- **Query:** "Tourist spots in Japan"
391
- ```
392
- Popular destinations, seasonal tips, access
393
- ```
394
-
395
- **Query:** "How to learn programming"
396
- ```
397
- Learning roadmap, recommended resources
398
- ```
399
-
400
- **Query:** "React adoption in China"
401
- ```
402
- React popularity, case studies
403
- Example: "Market share: ~45% (second to Vue)..."
404
- ```
405
-
406
- **Query:** "Python vs Java for beginners"
407
- ```
408
- Language comparison, learning curve, career outlook
409
- ```
410
-
411
- **Query:** "How to travel from Korea to Japan"
412
- ```
413
- Flights, visa, travel tips
414
- ```
415
-
416
- ---
417
-
418
- ## Complex Queries
419
-
420
- ### Research & Analysis
421
-
422
- **Query:** "Impact of AI on software development 2024-2026"
423
- ```
424
- Comprehensive analysis with statistics, trends, expert opinions
425
- Example: "Productivity: 40% faster coding with AI assistants..."
426
- ```
427
-
428
- **Query:** "Impact of quantum computing on cryptography"
429
- ```
430
- In-depth analysis, technical challenges, future outlook
431
- Example: "Threat: RSA, ECC and traditional crypto could be broken..."
432
- ```
433
-
434
- **Query:** "Climate change effects on global economy"
435
- ```
436
- Economic impact analysis, sector-specific effects, projections
437
- ```
438
-
439
- **Query:** "Blockchain applications in supply chain management"
440
- ```
441
- Use cases, technical approaches, case studies
442
- ```
443
-
444
- **Query:** "Future of remote work post-pandemic"
445
- ```
446
- Trends, company policies, productivity studies
447
- ```
448
-
449
- **Query:** "Impact of 5G on IoT"
450
- ```
451
- Technical advantages, use cases, development trends
452
- ```
453
-
454
- ### Comparisons
455
-
456
- **Query:** "Cloud providers comparison: AWS vs Azure vs GCP"
457
- ```
458
- Detailed comparison table, pricing, use cases
459
- Example: "Market Share: AWS 32%, Azure 23%..."
460
- ```
461
-
462
- **Query:** "Programming language performance: Python vs Go vs Rust"
463
- ```
464
- Benchmark data, use cases, learning curve
465
- Example: "Execution speed: Rust > Go > Python..."
466
- ```
467
-
468
- **Query:** "Electric vehicles: Tesla vs BYD vs Rivian"
469
- ```
470
- Specs, range, charging, price comparison
471
- ```
472
-
473
- **Query:** "Video conferencing comparison: Zoom vs Teams vs Google Meet"
474
- ```
475
- Feature comparison, pricing, use cases
476
- ```
477
-
478
- **Query:** "Database comparison: MongoDB vs PostgreSQL"
479
- ```
480
- Performance, scalability, use cases
481
- ```
482
-
483
- **Query:** "Smartphone chip comparison: Snapdragon vs Dimensity vs Kirin"
484
- ```
485
- Performance benchmarks, power consumption, AI capability
486
- ```
487
-
488
- ### Deep Dives
489
-
490
- **Query:** "How does GPT-4 architecture work?"
491
- ```
492
- Technical explanation, architecture details, training process
493
- Example: "Transformer-based architecture with..."
494
- ```
495
-
496
- **Query:** "Blockchain technology explained"
497
- ```
498
- Technical architecture, consensus mechanisms, use cases
499
- Example: "Distributed ledger, cryptography-based..."
500
- ```
501
-
502
- **Query:** "Quantum computing explained"
503
- ```
504
- Principles, qubits, quantum gates, applications
505
- ```
506
-
507
- **Query:** "Deep learning neural network basics"
508
- ```
509
- Network structure, training process, optimization
510
- ```
511
-
512
- **Query:** "How does CRISPR gene editing work?"
513
- ```
514
- Mechanism, applications, ethical considerations
515
- ```
516
-
517
- **Query:** "Container technology deep dive"
518
- ```
519
- Docker basics, Kubernetes architecture, best practices
520
- ```
521
-
522
- ### Market Research
523
-
524
- **Query:** "Electric vehicle market trends 2026"
525
- ```
526
- Market size, growth projections, key players
527
- Example: "Global EV sales expected to reach 20M units..."
528
- ```
529
-
530
- **Query:** "China EV market analysis"
531
- ```
532
- Market size, major players, policy impact
533
- Example: "2026 market expected to exceed 10M units..."
534
- ```
535
-
536
- **Query:** "AI chip market forecast"
537
- ```
538
- Market size, major players, technology trends
539
- ```
540
-
541
- **Query:** "Smart home market outlook"
542
- ```
543
- Market size, consumer trends, competitive landscape
544
- ```
545
-
546
- **Query:** "Cryptocurrency market analysis 2026"
547
- ```
548
- Market cap, adoption rates, regulatory landscape
549
- ```
550
-
551
- **Query:** "Online education industry trends"
552
- ```
553
- Market size, user growth, business models
554
- ```
555
-
556
- ### Product Reviews
557
-
558
- **Query:** "M3 MacBook Pro vs M3 MacBook Air detailed comparison"
559
- ```
560
- Specs, performance, price, recommendations
561
- Example: "Performance: Pro 20% faster in sustained workloads..."
562
- ```
563
-
564
- **Query:** "Xiaomi 14 Pro vs iPhone 15 Pro comparison"
565
- ```
566
- Detailed comparison, pros and cons, buying advice
567
- Example: "Performance: Snapdragon 8 Gen 3 vs A17 Pro..."
568
- ```
569
-
570
- **Query:** "Best budget smartphones 2026"
571
- ```
572
- Top picks, specs, value analysis
573
- ```
574
-
575
- **Query:** "Gaming laptop recommendations"
576
- ```
577
- Performance comparison, thermal tests, value analysis
578
- ```
579
-
580
- **Query:** "Wireless earbuds comparison 2026"
581
- ```
582
- Sound quality, ANC, battery life, comfort
583
- ```
584
-
585
- **Query:** "Smartwatch buying guide"
586
- ```
587
- Feature comparison, battery tests, target users
588
- ```
589
-
590
- ---
591
-
592
- ## Tips for Better Results
593
-
594
- ### Be Specific
595
-
596
- ❌ **Vague:** "Good food Tokyo"
597
- ✅ **Specific:** "Best Italian restaurants in downtown Tokyo"
598
-
599
- ❌ **Vague:** "React hooks"
600
- ✅ **Specific:** "React hooks tutorial for beginners"
601
-
602
- ### Include Context
603
-
604
- ❌ **No context:** "Latest news"
605
- ✅ **With context:** "Latest AI developments January 2026"
606
-
607
- ❌ **No context:** "Price comparison"
608
- ✅ **With context:** "iPhone 15 Pro price comparison in US"
609
-
610
- ### Use Natural Language
611
-
612
- ✅ **Natural:** "What's the weather like in Paris this weekend?"
613
- ✅ **Natural:** "How do I deploy a Next.js app to Vercel?"
614
- ✅ **Natural:** "Where to find good Japanese food in Shanghai?"
615
-
616
- ### Multi-language Works
617
-
618
- ✅ **Mixed:** "React adoption in China"
619
- ✅ **Mixed:** "Hospitals in Tokyo with Chinese-speaking staff"
620
- ✅ **Mixed:** "Python vs Java for beginners?"
621
-
622
- Felo understands context across languages!
623
-
624
- ### Great for Current Info
625
-
626
- ✅ **Time-sensitive:** "latest", "recent", "2026", "today", "now"
627
- ✅ **Trending:** "popular", "trending", "hot", "viral"
628
- ✅ **Comparative:** "best", "top", "vs", "compare"
629
-
630
- ---
631
-
632
- **Need more help?** Check the [FAQ](./FAQ.md) or [report an issue](https://github.com/Felo-Inc/felo-skills/issues).
1
+ # Usage Examples
2
+
3
+ Real-world examples showing how to use Felo Search for different scenarios.
4
+
5
+ **Quick Navigation:**
6
+ - [Daily Life Scenarios](#daily-life-scenarios)
7
+ - [Developer Scenarios](#developer-scenarios)
8
+ - [Multi-language Queries](#multi-language-queries)
9
+ - [Complex Queries](#complex-queries)
10
+ - [Tips for Better Results](#tips-for-better-results)
11
+
12
+ ---
13
+
14
+ ## Daily Life Scenarios
15
+
16
+ ### Weather
17
+
18
+ **Query:** "What's the weather in Tokyo today?"
19
+ ```
20
+ Current temperature, conditions, forecast
21
+ Example: "Currently 15°C in Tokyo with partly cloudy skies..."
22
+ ```
23
+
24
+ **Query:** "What's the weather in Hangzhou tomorrow?"
25
+ ```
26
+ Tomorrow's forecast for Hangzhou, temperature range, precipitation probability
27
+ Example: "Hangzhou tomorrow: partly cloudy to clear, 8-16°C..."
28
+ ```
29
+
30
+ **Query:** "Will it rain in Seattle this weekend?"
31
+ ```
32
+ Weekend forecast with precipitation probability
33
+ ```
34
+
35
+ **Query:** "Beijing weather forecast for next week"
36
+ ```
37
+ Beijing 7-day weather trend, temperature changes
38
+ ```
39
+
40
+ ### Restaurants & Food
41
+
42
+ **Query:** "Best ramen in Osaka"
43
+ ```
44
+ Top-rated ramen shops with addresses, ratings, reviews
45
+ Example: "1. Ichiran Dotonbori - Famous tonkotsu ramen..."
46
+ ```
47
+
48
+ **Query:** "Where to find the best xiaolongbao in Shanghai?"
49
+ ```
50
+ Recommended restaurants with addresses and specialties
51
+ Example: "1. Nanxiang Steamed Bun Restaurant - Old brand near Yuyuan, thin skin, juicy..."
52
+ ```
53
+
54
+ **Query:** "Vegetarian restaurants near Times Square"
55
+ ```
56
+ Nearby vegetarian options with ratings and menus
57
+ ```
58
+
59
+ **Query:** "Best hot pot restaurants in Chengdu"
60
+ ```
61
+ Chengdu-style hot pot spots, popularity ranking, signature dishes
62
+ ```
63
+
64
+ **Query:** "Best coffee shops in Portland"
65
+ ```
66
+ Top-rated coffee shops with specialties and atmosphere
67
+ ```
68
+
69
+ **Query:** "Michelin-starred restaurants in Tokyo"
70
+ ```
71
+ Tokyo Michelin-starred restaurants, reservation info, price range
72
+ ```
73
+
74
+ ### Shopping & Prices
75
+
76
+ **Query:** "iPhone 15 Pro price comparison"
77
+ ```
78
+ Prices from different retailers with links
79
+ Example: "Apple Store: $999, Amazon: $979..."
80
+ ```
81
+
82
+ **Query:** "MacBook Air M3 price"
83
+ ```
84
+ Price comparison across channels, discount info
85
+ Example: "Apple: $1,099, Amazon: $1,049..."
86
+ ```
87
+
88
+ **Query:** "Best deals on noise-canceling headphones"
89
+ ```
90
+ Current deals and discounts on popular models
91
+ ```
92
+
93
+ **Query:** "Where to buy Nintendo Switch OLED cheapest?"
94
+ ```
95
+ Price comparison across platforms, promotions
96
+ ```
97
+
98
+ **Query:** "AirPods Pro 2 vs Sony WF-1000XM5"
99
+ ```
100
+ Detailed comparison: features, sound quality, price
101
+ ```
102
+
103
+ **Query:** "Is Xiaomi 14 Pro worth buying?"
104
+ ```
105
+ Review summary, pros and cons, buying advice
106
+ ```
107
+
108
+ ### Travel & Local Info
109
+
110
+ **Query:** "Things to do in Kyoto this weekend"
111
+ ```
112
+ Events, attractions, seasonal activities
113
+ Example: "Cherry blossom viewing at Maruyama Park..."
114
+ ```
115
+
116
+ **Query:** "What are the best things to do in Taipei?"
117
+ ```
118
+ Attraction recommendations, opening hours, how to get there
119
+ Example: "Taipei 101 - Observatory for night views..."
120
+ ```
121
+
122
+ **Query:** "Best time to visit Iceland"
123
+ ```
124
+ Seasonal recommendations, weather, tourist seasons
125
+ ```
126
+
127
+ **Query:** "Paris travel guide"
128
+ ```
129
+ Must-see attractions, food recommendations, transport guide
130
+ ```
131
+
132
+ **Query:** "Cheap flights from NYC to London"
133
+ ```
134
+ Flight deals, best booking times, airline comparisons
135
+ ```
136
+
137
+ **Query:** "How to apply for a Japan visa?"
138
+ ```
139
+ Visa types, application process, required documents
140
+ ```
141
+
142
+ ---
143
+
144
+ ## Developer Scenarios
145
+
146
+ ### Latest Documentation
147
+
148
+ **Query:** "React 19 new features"
149
+ ```
150
+ Latest React 19 features with official docs links
151
+ Example: "React Compiler (auto-optimization)..."
152
+ ```
153
+
154
+ **Query:** "Next.js 15 new features"
155
+ ```
156
+ Next.js 15 feature summary, documentation links
157
+ Example: "Turbopack stable (5x faster builds)..."
158
+ ```
159
+
160
+ **Query:** "Python 3.13 release notes"
161
+ ```
162
+ New features, improvements, breaking changes
163
+ ```
164
+
165
+ **Query:** "Vue 3.4 update highlights"
166
+ ```
167
+ New features, performance improvements, migration guide
168
+ ```
169
+
170
+ **Query:** "TypeScript 5.4 what's new"
171
+ ```
172
+ New type system features, compiler improvements
173
+ ```
174
+
175
+ **Query:** "Rust 1.76 improvements"
176
+ ```
177
+ Language feature updates, standard library improvements
178
+ ```
179
+
180
+ ### Library Comparison
181
+
182
+ **Query:** "Vite vs Webpack 2024 comparison"
183
+ ```
184
+ Performance, features, use cases comparison
185
+ Example: "Build Speed: Vite 10x faster (dev)..."
186
+ ```
187
+
188
+ **Query:** "Vue 3 vs React for new projects"
189
+ ```
190
+ Comparison, use cases, community ecosystem
191
+ Example: "Learning curve: Vue gentler..."
192
+ ```
193
+
194
+ **Query:** "Tailwind CSS vs Bootstrap 2026"
195
+ ```
196
+ Feature comparison, performance, ecosystem
197
+ ```
198
+
199
+ **Query:** "PostgreSQL vs MySQL performance comparison"
200
+ ```
201
+ Benchmarks, use cases, feature comparison
202
+ ```
203
+
204
+ **Query:** "Jest vs Vitest for testing"
205
+ ```
206
+ Speed, features, migration difficulty
207
+ ```
208
+
209
+ **Query:** "Redux vs Zustand state management comparison"
210
+ ```
211
+ Complexity, performance, learning curve
212
+ ```
213
+
214
+ ### Tech Trends & News
215
+
216
+ **Query:** "Latest AI developments January 2026"
217
+ ```
218
+ Recent AI breakthroughs, company announcements
219
+ Example: "OpenAI GPT-5 preview released..."
220
+ ```
221
+
222
+ **Query:** "Important tech news recently"
223
+ ```
224
+ Recent tech developments, industry trends
225
+ Example: "Apple releases Vision Pro 2..."
226
+ ```
227
+
228
+ **Query:** "Web development trends 2026"
229
+ ```
230
+ Popular frameworks, tools, best practices
231
+ ```
232
+
233
+ **Query:** "Latest breakthroughs in AI"
234
+ ```
235
+ Major AI advances, research results
236
+ ```
237
+
238
+ **Query:** "Cybersecurity threats 2026"
239
+ ```
240
+ Current threats, vulnerabilities, protection methods
241
+ ```
242
+
243
+ **Query:** "Latest blockchain technology applications"
244
+ ```
245
+ New blockchain use cases, technology development
246
+ ```
247
+
248
+ ### API & Tools
249
+
250
+ **Query:** "How to use OpenAI GPT-4 API"
251
+ ```
252
+ Setup guide, code examples, best practices
253
+ Example: "Install SDK: pip install openai..."
254
+ ```
255
+
256
+ **Query:** "How to use Anthropic Claude API"
257
+ ```
258
+ API usage guide, code examples, pricing info
259
+ Example: "Install SDK: pip install anthropic..."
260
+ ```
261
+
262
+ **Query:** "GitHub Actions tutorial"
263
+ ```
264
+ Workflow setup, common use cases, examples
265
+ ```
266
+
267
+ **Query:** "Docker getting started tutorial"
268
+ ```
269
+ Basic concepts, common commands, practical examples
270
+ ```
271
+
272
+ **Query:** "AWS Lambda best practices"
273
+ ```
274
+ Performance optimization, cost reduction, security
275
+ ```
276
+
277
+ **Query:** "Kubernetes deployment guide"
278
+ ```
279
+ Cluster setup, app deployment, operations
280
+ ```
281
+
282
+ ### Framework Updates
283
+
284
+ **Query:** "Django 5.0 release notes"
285
+ ```
286
+ New features, breaking changes, migration guide
287
+ Example: "Async support improvements..."
288
+ ```
289
+
290
+ **Query:** "Spring Boot 3.2 what's new"
291
+ ```
292
+ New features, improvements, upgrade advice
293
+ Example: "Enhanced native image support..."
294
+ ```
295
+
296
+ **Query:** "Angular 17 what's new"
297
+ ```
298
+ New features, performance improvements
299
+ ```
300
+
301
+ **Query:** "Laravel 11 new features"
302
+ ```
303
+ Framework updates, new features, best practices
304
+ ```
305
+
306
+ **Query:** "Express.js vs Fastify performance"
307
+ ```
308
+ Benchmark results, use cases, migration
309
+ ```
310
+
311
+ **Query:** "Rails 7.1 improvements"
312
+ ```
313
+ New features, performance optimization, security updates
314
+ ```
315
+
316
+ ---
317
+
318
+ ## Multi-language Queries
319
+
320
+ Felo supports queries in multiple languages. Below are examples in English; you can ask the same in Chinese, Japanese, or Korean and get answers in that language.
321
+
322
+ ### General (English examples)
323
+
324
+ **Query:** "Latest developments in AI"
325
+ ```
326
+ Latest AI research and applications
327
+ Example: "LLM parameters exceed 10 trillion..."
328
+ ```
329
+
330
+ **Query:** "What to do in Shenzhen"
331
+ ```
332
+ Shenzhen attraction recommendations, local activities
333
+ Example: "Window of the World - miniature landmarks..."
334
+ ```
335
+
336
+ **Query:** "How to learn programming?"
337
+ ```
338
+ Learning path, resource recommendations, study methods
339
+ ```
340
+
341
+ **Query:** "China EV market analysis"
342
+ ```
343
+ Market size, major players, policy impact
344
+ ```
345
+
346
+ **Query:** "Best online education platforms"
347
+ ```
348
+ Platform comparison, course quality, pricing
349
+ ```
350
+
351
+ **Query:** "What's new in Taipei recently?"
352
+ ```
353
+ Recent Taipei news, events
354
+ Example: "MRT circular line northern section groundbreaking..."
355
+ ```
356
+
357
+ **Query:** "Best food in Kaohsiung"
358
+ ```
359
+ Kaohsiung restaurants, must-try dishes
360
+ Example: "Liuhe Night Market - papaya milk..."
361
+ ```
362
+
363
+ **Query:** "Taiwan travel attractions"
364
+ ```
365
+ Popular spots, experiences, transport info
366
+ ```
367
+
368
+ **Query:** "How to apply for Taiwan passport?"
369
+ ```
370
+ Application process, required documents, processing time
371
+ ```
372
+
373
+ **Query:** "Taichung housing market trend"
374
+ ```
375
+ Market analysis, price trends, investment advice
376
+ ```
377
+
378
+ **Query:** "Popular restaurants in Tokyo"
379
+ ```
380
+ Tokyo popular restaurants, ratings, reservation info
381
+ Example: "Narisawa - modern Japanese cuisine..."
382
+ ```
383
+
384
+ **Query:** "Latest AI technology overview"
385
+ ```
386
+ AI technology overview, use cases
387
+ Example: "GPT-5 advances in natural language..."
388
+ ```
389
+
390
+ **Query:** "Tourist spots in Japan"
391
+ ```
392
+ Popular destinations, seasonal tips, access
393
+ ```
394
+
395
+ **Query:** "How to learn programming"
396
+ ```
397
+ Learning roadmap, recommended resources
398
+ ```
399
+
400
+ **Query:** "React adoption in China"
401
+ ```
402
+ React popularity, case studies
403
+ Example: "Market share: ~45% (second to Vue)..."
404
+ ```
405
+
406
+ **Query:** "Python vs Java for beginners"
407
+ ```
408
+ Language comparison, learning curve, career outlook
409
+ ```
410
+
411
+ **Query:** "How to travel from Korea to Japan"
412
+ ```
413
+ Flights, visa, travel tips
414
+ ```
415
+
416
+ ---
417
+
418
+ ## Complex Queries
419
+
420
+ ### Research & Analysis
421
+
422
+ **Query:** "Impact of AI on software development 2024-2026"
423
+ ```
424
+ Comprehensive analysis with statistics, trends, expert opinions
425
+ Example: "Productivity: 40% faster coding with AI assistants..."
426
+ ```
427
+
428
+ **Query:** "Impact of quantum computing on cryptography"
429
+ ```
430
+ In-depth analysis, technical challenges, future outlook
431
+ Example: "Threat: RSA, ECC and traditional crypto could be broken..."
432
+ ```
433
+
434
+ **Query:** "Climate change effects on global economy"
435
+ ```
436
+ Economic impact analysis, sector-specific effects, projections
437
+ ```
438
+
439
+ **Query:** "Blockchain applications in supply chain management"
440
+ ```
441
+ Use cases, technical approaches, case studies
442
+ ```
443
+
444
+ **Query:** "Future of remote work post-pandemic"
445
+ ```
446
+ Trends, company policies, productivity studies
447
+ ```
448
+
449
+ **Query:** "Impact of 5G on IoT"
450
+ ```
451
+ Technical advantages, use cases, development trends
452
+ ```
453
+
454
+ ### Comparisons
455
+
456
+ **Query:** "Cloud providers comparison: AWS vs Azure vs GCP"
457
+ ```
458
+ Detailed comparison table, pricing, use cases
459
+ Example: "Market Share: AWS 32%, Azure 23%..."
460
+ ```
461
+
462
+ **Query:** "Programming language performance: Python vs Go vs Rust"
463
+ ```
464
+ Benchmark data, use cases, learning curve
465
+ Example: "Execution speed: Rust > Go > Python..."
466
+ ```
467
+
468
+ **Query:** "Electric vehicles: Tesla vs BYD vs Rivian"
469
+ ```
470
+ Specs, range, charging, price comparison
471
+ ```
472
+
473
+ **Query:** "Video conferencing comparison: Zoom vs Teams vs Google Meet"
474
+ ```
475
+ Feature comparison, pricing, use cases
476
+ ```
477
+
478
+ **Query:** "Database comparison: MongoDB vs PostgreSQL"
479
+ ```
480
+ Performance, scalability, use cases
481
+ ```
482
+
483
+ **Query:** "Smartphone chip comparison: Snapdragon vs Dimensity vs Kirin"
484
+ ```
485
+ Performance benchmarks, power consumption, AI capability
486
+ ```
487
+
488
+ ### Deep Dives
489
+
490
+ **Query:** "How does GPT-4 architecture work?"
491
+ ```
492
+ Technical explanation, architecture details, training process
493
+ Example: "Transformer-based architecture with..."
494
+ ```
495
+
496
+ **Query:** "Blockchain technology explained"
497
+ ```
498
+ Technical architecture, consensus mechanisms, use cases
499
+ Example: "Distributed ledger, cryptography-based..."
500
+ ```
501
+
502
+ **Query:** "Quantum computing explained"
503
+ ```
504
+ Principles, qubits, quantum gates, applications
505
+ ```
506
+
507
+ **Query:** "Deep learning neural network basics"
508
+ ```
509
+ Network structure, training process, optimization
510
+ ```
511
+
512
+ **Query:** "How does CRISPR gene editing work?"
513
+ ```
514
+ Mechanism, applications, ethical considerations
515
+ ```
516
+
517
+ **Query:** "Container technology deep dive"
518
+ ```
519
+ Docker basics, Kubernetes architecture, best practices
520
+ ```
521
+
522
+ ### Market Research
523
+
524
+ **Query:** "Electric vehicle market trends 2026"
525
+ ```
526
+ Market size, growth projections, key players
527
+ Example: "Global EV sales expected to reach 20M units..."
528
+ ```
529
+
530
+ **Query:** "China EV market analysis"
531
+ ```
532
+ Market size, major players, policy impact
533
+ Example: "2026 market expected to exceed 10M units..."
534
+ ```
535
+
536
+ **Query:** "AI chip market forecast"
537
+ ```
538
+ Market size, major players, technology trends
539
+ ```
540
+
541
+ **Query:** "Smart home market outlook"
542
+ ```
543
+ Market size, consumer trends, competitive landscape
544
+ ```
545
+
546
+ **Query:** "Cryptocurrency market analysis 2026"
547
+ ```
548
+ Market cap, adoption rates, regulatory landscape
549
+ ```
550
+
551
+ **Query:** "Online education industry trends"
552
+ ```
553
+ Market size, user growth, business models
554
+ ```
555
+
556
+ ### Product Reviews
557
+
558
+ **Query:** "M3 MacBook Pro vs M3 MacBook Air detailed comparison"
559
+ ```
560
+ Specs, performance, price, recommendations
561
+ Example: "Performance: Pro 20% faster in sustained workloads..."
562
+ ```
563
+
564
+ **Query:** "Xiaomi 14 Pro vs iPhone 15 Pro comparison"
565
+ ```
566
+ Detailed comparison, pros and cons, buying advice
567
+ Example: "Performance: Snapdragon 8 Gen 3 vs A17 Pro..."
568
+ ```
569
+
570
+ **Query:** "Best budget smartphones 2026"
571
+ ```
572
+ Top picks, specs, value analysis
573
+ ```
574
+
575
+ **Query:** "Gaming laptop recommendations"
576
+ ```
577
+ Performance comparison, thermal tests, value analysis
578
+ ```
579
+
580
+ **Query:** "Wireless earbuds comparison 2026"
581
+ ```
582
+ Sound quality, ANC, battery life, comfort
583
+ ```
584
+
585
+ **Query:** "Smartwatch buying guide"
586
+ ```
587
+ Feature comparison, battery tests, target users
588
+ ```
589
+
590
+ ---
591
+
592
+ ## Tips for Better Results
593
+
594
+ ### Be Specific
595
+
596
+ ❌ **Vague:** "Good food Tokyo"
597
+ ✅ **Specific:** "Best Italian restaurants in downtown Tokyo"
598
+
599
+ ❌ **Vague:** "React hooks"
600
+ ✅ **Specific:** "React hooks tutorial for beginners"
601
+
602
+ ### Include Context
603
+
604
+ ❌ **No context:** "Latest news"
605
+ ✅ **With context:** "Latest AI developments January 2026"
606
+
607
+ ❌ **No context:** "Price comparison"
608
+ ✅ **With context:** "iPhone 15 Pro price comparison in US"
609
+
610
+ ### Use Natural Language
611
+
612
+ ✅ **Natural:** "What's the weather like in Paris this weekend?"
613
+ ✅ **Natural:** "How do I deploy a Next.js app to Vercel?"
614
+ ✅ **Natural:** "Where to find good Japanese food in Shanghai?"
615
+
616
+ ### Multi-language Works
617
+
618
+ ✅ **Mixed:** "React adoption in China"
619
+ ✅ **Mixed:** "Hospitals in Tokyo with Chinese-speaking staff"
620
+ ✅ **Mixed:** "Python vs Java for beginners?"
621
+
622
+ Felo understands context across languages!
623
+
624
+ ### Great for Current Info
625
+
626
+ ✅ **Time-sensitive:** "latest", "recent", "2026", "today", "now"
627
+ ✅ **Trending:** "popular", "trending", "hot", "viral"
628
+ ✅ **Comparative:** "best", "top", "vs", "compare"
629
+
630
+ ---
631
+
632
+ **Need more help?** Check the [FAQ](./FAQ.md) or [report an issue](https://github.com/Felo-Inc/felo-skills/issues).