felo-ai 0.2.0

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.
@@ -0,0 +1,681 @@
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:** "杭州明天天气怎么样?"
25
+ ```
26
+ 明天杭州天气预报,温度范围,降水概率
27
+ 示例:"杭州明天多云转晴,气温 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:** "北京下周天气预报"
36
+ ```
37
+ 北京未来一周天气趋势,温度变化
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:** "上海哪里有好吃的小笼包?"
49
+ ```
50
+ 推荐餐厅列表,地址,特色菜品
51
+ 示例:"1. 南翔馒头店 - 豫园老字号,皮薄汁多..."
52
+ ```
53
+
54
+ **Query:** "Vegetarian restaurants near Times Square"
55
+ ```
56
+ Nearby vegetarian options with ratings and menus
57
+ ```
58
+
59
+ **Query:** "成都火锅推荐"
60
+ ```
61
+ 成都特色火锅店,人气排名,特色菜品
62
+ ```
63
+
64
+ **Query:** "Best coffee shops in Portland"
65
+ ```
66
+ Top-rated coffee shops with specialties and atmosphere
67
+ ```
68
+
69
+ **Query:** "东京米其林餐厅推荐"
70
+ ```
71
+ 东京米其林星级餐厅,预订方式,价格区间
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 多少钱?"
83
+ ```
84
+ 各渠道价格对比,优惠信息
85
+ 示例:"官网: ¥9,499, 京东: ¥9,299..."
86
+ ```
87
+
88
+ **Query:** "Best deals on noise-canceling headphones"
89
+ ```
90
+ Current deals and discounts on popular models
91
+ ```
92
+
93
+ **Query:** "Switch OLED 哪里买最便宜?"
94
+ ```
95
+ 各平台价格对比,促销活动信息
96
+ ```
97
+
98
+ **Query:** "AirPods Pro 2 vs Sony WF-1000XM5"
99
+ ```
100
+ Detailed comparison: features, sound quality, price
101
+ ```
102
+
103
+ **Query:** "小米14 Pro 值得买吗?"
104
+ ```
105
+ 评测总结,优缺点分析,购买建议
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:** "台北有什么好玩的地方?"
117
+ ```
118
+ 景点推荐,开放时间,交通方式
119
+ 示例:"台北 101 - 观景台看夜景..."
120
+ ```
121
+
122
+ **Query:** "Best time to visit Iceland"
123
+ ```
124
+ Seasonal recommendations, weather, tourist seasons
125
+ ```
126
+
127
+ **Query:** "巴黎旅游攻略"
128
+ ```
129
+ 必去景点,美食推荐,交通指南
130
+ ```
131
+
132
+ **Query:** "Cheap flights from NYC to London"
133
+ ```
134
+ Flight deals, best booking times, airline comparisons
135
+ ```
136
+
137
+ **Query:** "日本签证怎么办理?"
138
+ ```
139
+ 签证类型,申请流程,所需材料
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 有什么新功能?"
155
+ ```
156
+ Next.js 15 新特性总结,文档链接
157
+ 示例:"Turbopack 稳定版(构建速度提升 5x)..."
158
+ ```
159
+
160
+ **Query:** "Python 3.13 release notes"
161
+ ```
162
+ New features, improvements, breaking changes
163
+ ```
164
+
165
+ **Query:** "Vue 3.4 更新内容"
166
+ ```
167
+ 新特性,性能改进,迁移指南
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 有哪些改进?"
176
+ ```
177
+ 语言特性更新,标准库改进
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 和 React 哪个更适合新项目?"
189
+ ```
190
+ 对比分析,适用场景,社区生态
191
+ 示例:"学习曲线: Vue 更平缓..."
192
+ ```
193
+
194
+ **Query:** "Tailwind CSS vs Bootstrap 2026"
195
+ ```
196
+ Feature comparison, performance, ecosystem
197
+ ```
198
+
199
+ **Query:** "PostgreSQL vs MySQL 性能对比"
200
+ ```
201
+ 性能测试,适用场景,特性对比
202
+ ```
203
+
204
+ **Query:** "Jest vs Vitest for testing"
205
+ ```
206
+ Speed, features, migration difficulty
207
+ ```
208
+
209
+ **Query:** "Redux vs Zustand 状态管理对比"
210
+ ```
211
+ 复杂度,性能,学习成本对比
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:** "最近有什么重要的技术新闻?"
223
+ ```
224
+ 近期科技动态,行业趋势
225
+ 示例:"苹果发布 Vision Pro 2 代..."
226
+ ```
227
+
228
+ **Query:** "Web development trends 2026"
229
+ ```
230
+ Popular frameworks, tools, best practices
231
+ ```
232
+
233
+ **Query:** "人工智能最新突破"
234
+ ```
235
+ AI 领域重大进展,研究成果
236
+ ```
237
+
238
+ **Query:** "Cybersecurity threats 2026"
239
+ ```
240
+ Current threats, vulnerabilities, protection methods
241
+ ```
242
+
243
+ **Query:** "区块链技术最新应用"
244
+ ```
245
+ 区块链新应用场景,技术发展
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:** "Anthropic Claude API 怎么用?"
257
+ ```
258
+ API 使用指南,示例代码,定价信息
259
+ 示例:"安装 SDK: pip install anthropic..."
260
+ ```
261
+
262
+ **Query:** "GitHub Actions tutorial"
263
+ ```
264
+ Workflow setup, common use cases, examples
265
+ ```
266
+
267
+ **Query:** "Docker 入门教程"
268
+ ```
269
+ 基础概念,常用命令,实战示例
270
+ ```
271
+
272
+ **Query:** "AWS Lambda best practices"
273
+ ```
274
+ Performance optimization, cost reduction, security
275
+ ```
276
+
277
+ **Query:** "Kubernetes 部署指南"
278
+ ```
279
+ 集群搭建,应用部署,运维管理
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 更新了什么?"
291
+ ```
292
+ 新特性,改进点,升级建议
293
+ 示例:"原生镜像支持增强..."
294
+ ```
295
+
296
+ **Query:** "Angular 17 what's new"
297
+ ```
298
+ New features, performance improvements
299
+ ```
300
+
301
+ **Query:** "Laravel 11 新功能介绍"
302
+ ```
303
+ 框架更新,新特性,最佳实践
304
+ ```
305
+
306
+ **Query:** "Express.js vs Fastify performance"
307
+ ```
308
+ Benchmark results, use cases, migration
309
+ ```
310
+
311
+ **Query:** "Rails 7.1 有哪些改进?"
312
+ ```
313
+ 新特性,性能优化,安全更新
314
+ ```
315
+
316
+ ---
317
+
318
+ ## Multi-language Queries
319
+
320
+ ### Chinese (Simplified)
321
+
322
+ **Query:** "人工智能最新进展"
323
+ ```
324
+ AI 领域最新研究成果,应用案例
325
+ 示例:"大模型参数突破 10 万亿..."
326
+ ```
327
+
328
+ **Query:** "深圳有什么好玩的地方"
329
+ ```
330
+ 深圳景点推荐,特色活动
331
+ 示例:"世界之窗 - 微缩景观..."
332
+ ```
333
+
334
+ **Query:** "如何学习编程?"
335
+ ```
336
+ 编程学习路径,资源推荐,学习方法
337
+ ```
338
+
339
+ **Query:** "中国新能源汽车市场分析"
340
+ ```
341
+ 市场规模,主要厂商,政策影响
342
+ ```
343
+
344
+ **Query:** "最好的在线教育平台"
345
+ ```
346
+ 平台对比,课程质量,价格分析
347
+ ```
348
+
349
+ ### Chinese (Traditional - Taiwan)
350
+
351
+ **Query:** "台北最近有什麼新鮮事?"
352
+ ```
353
+ 台北近期新聞,活動資訊
354
+ 示例:"捷運環狀線北環段動工..."
355
+ ```
356
+
357
+ **Query:** "高雄美食推薦"
358
+ ```
359
+ 高雄特色餐廳,必吃美食
360
+ 示例:"六合夜市 - 木瓜牛奶..."
361
+ ```
362
+
363
+ **Query:** "台灣旅遊景點推薦"
364
+ ```
365
+ 熱門景點,特色體驗,交通資訊
366
+ ```
367
+
368
+ **Query:** "如何申請台灣護照?"
369
+ ```
370
+ 申請流程,所需文件,辦理時間
371
+ ```
372
+
373
+ **Query:** "台中房價走勢"
374
+ ```
375
+ 房市分析,價格趨勢,投資建議
376
+ ```
377
+
378
+ ### Japanese
379
+
380
+ **Query:** "東京で今人気のレストランは?"
381
+ ```
382
+ 東京の人気レストラン、評価、予約情報
383
+ 例:"Narisawa - モダン日本料理..."
384
+ ```
385
+
386
+ **Query:** "最新のAI技術について教えて"
387
+ ```
388
+ 最新AI技術の解説、応用例
389
+ 例:"GPT-5の登場で自然言語処理が進化..."
390
+ ```
391
+
392
+ **Query:** "日本の観光スポット"
393
+ ```
394
+ 人気観光地、季節のおすすめ、アクセス
395
+ ```
396
+
397
+ **Query:** "プログラミング学習方法"
398
+ ```
399
+ 学習ロードマップ、おすすめ教材
400
+ ```
401
+
402
+ **Query:** "東京オリンピック後の変化"
403
+ ```
404
+ インフラ整備、経済影響、都市開発
405
+ ```
406
+
407
+ ### Korean
408
+
409
+ **Query:** "서울 맛집 추천"
410
+ ```
411
+ 서울 인기 맛집, 메뉴, 위치 정보
412
+ 예시:"광장시장 - 전통 한식..."
413
+ ```
414
+
415
+ **Query:** "최신 프로그래밍 트렌드"
416
+ ```
417
+ 최신 개발 트렌드, 인기 기술 스택
418
+ 예시:"AI 코딩 어시스턴트 보편화..."
419
+ ```
420
+
421
+ **Query:** "한국 여행 가이드"
422
+ ```
423
+ 추천 여행지, 맛집, 교통 정보
424
+ ```
425
+
426
+ **Query:** "부동산 시장 전망"
427
+ ```
428
+ 시장 분석, 가격 동향, 투자 조언
429
+ ```
430
+
431
+ **Query:** "K-pop 최신 소식"
432
+ ```
433
+ 신곡 발매, 콘서트 일정, 차트 순위
434
+ ```
435
+
436
+ ### Mixed Language
437
+
438
+ **Query:** "React 在中国的使用情况"
439
+ ```
440
+ React 在中国的普及度,案例分析
441
+ 示例:"市场份额: 约 45%(仅次于 Vue)..."
442
+ ```
443
+
444
+ **Query:** "日本のAI企業について"
445
+ ```
446
+ 日本の主要AI企業、技術動向
447
+ 例:"Preferred Networks - 深層学習..."
448
+ ```
449
+
450
+ **Query:** "Python vs Java 哪个更适合初学者?"
451
+ ```
452
+ 语言对比,学习难度,就业前景
453
+ ```
454
+
455
+ **Query:** "東京で中国語が通じる病院"
456
+ ```
457
+ 中国語対応の医療機関、診療科目
458
+ ```
459
+
460
+ **Query:** "한국에서 일본 여행 가는 방법"
461
+ ```
462
+ 항공편, 비자, 여행 팁
463
+ ```
464
+
465
+ ---
466
+
467
+ ## Complex Queries
468
+
469
+ ### Research & Analysis
470
+
471
+ **Query:** "Impact of AI on software development 2024-2026"
472
+ ```
473
+ Comprehensive analysis with statistics, trends, expert opinions
474
+ Example: "Productivity: 40% faster coding with AI assistants..."
475
+ ```
476
+
477
+ **Query:** "量子计算对密码学的影响"
478
+ ```
479
+ 深度分析,技术挑战,未来展望
480
+ 示例:"威胁: RSA、ECC 等传统加密算法将被破解..."
481
+ ```
482
+
483
+ **Query:** "Climate change effects on global economy"
484
+ ```
485
+ Economic impact analysis, sector-specific effects, projections
486
+ ```
487
+
488
+ **Query:** "区块链在供应链管理中的应用"
489
+ ```
490
+ 应用场景,技术方案,案例分析
491
+ ```
492
+
493
+ **Query:** "Future of remote work post-pandemic"
494
+ ```
495
+ Trends, company policies, productivity studies
496
+ ```
497
+
498
+ **Query:** "5G 技术对物联网的影响"
499
+ ```
500
+ 技术优势,应用场景,发展趋势
501
+ ```
502
+
503
+ ### Comparisons
504
+
505
+ **Query:** "Cloud providers comparison: AWS vs Azure vs GCP"
506
+ ```
507
+ Detailed comparison table, pricing, use cases
508
+ Example: "Market Share: AWS 32%, Azure 23%..."
509
+ ```
510
+
511
+ **Query:** "编程语言性能对比:Python vs Go vs Rust"
512
+ ```
513
+ 性能测试数据,适用场景,学习曲线
514
+ 示例:"执行速度: Rust > Go > Python..."
515
+ ```
516
+
517
+ **Query:** "Electric vehicles: Tesla vs BYD vs Rivian"
518
+ ```
519
+ Specs, range, charging, price comparison
520
+ ```
521
+
522
+ **Query:** "在线会议软件对比:Zoom vs Teams vs Google Meet"
523
+ ```
524
+ 功能对比,价格分析,适用场景
525
+ ```
526
+
527
+ **Query:** "Database comparison: MongoDB vs PostgreSQL"
528
+ ```
529
+ Performance, scalability, use cases
530
+ ```
531
+
532
+ **Query:** "智能手机芯片对比:骁龙 vs 天玑 vs 麒麟"
533
+ ```
534
+ 性能测试,功耗对比,AI 能力
535
+ ```
536
+
537
+ ### Deep Dives
538
+
539
+ **Query:** "How does GPT-4 architecture work?"
540
+ ```
541
+ Technical explanation, architecture details, training process
542
+ Example: "Transformer-based architecture with..."
543
+ ```
544
+
545
+ **Query:** "区块链技术原理详解"
546
+ ```
547
+ 技术架构,共识机制,应用场景
548
+ 示例:"分布式账本技术,通过密码学..."
549
+ ```
550
+
551
+ **Query:** "Quantum computing explained"
552
+ ```
553
+ Principles, qubits, quantum gates, applications
554
+ ```
555
+
556
+ **Query:** "深度学习神经网络原理"
557
+ ```
558
+ 网络结构,训练过程,优化算法
559
+ ```
560
+
561
+ **Query:** "How does CRISPR gene editing work?"
562
+ ```
563
+ Mechanism, applications, ethical considerations
564
+ ```
565
+
566
+ **Query:** "容器化技术深度解析"
567
+ ```
568
+ Docker 原理,Kubernetes 架构,最佳实践
569
+ ```
570
+
571
+ ### Market Research
572
+
573
+ **Query:** "Electric vehicle market trends 2026"
574
+ ```
575
+ Market size, growth projections, key players
576
+ Example: "Global EV sales expected to reach 20M units..."
577
+ ```
578
+
579
+ **Query:** "中国新能源汽车市场分析"
580
+ ```
581
+ 市场规模,主要厂商,政策影响
582
+ 示例:"2026 年市场规模预计突破 1000 万辆..."
583
+ ```
584
+
585
+ **Query:** "AI chip market forecast"
586
+ ```
587
+ Market size, major players, technology trends
588
+ ```
589
+
590
+ **Query:** "智能家居市场前景"
591
+ ```
592
+ 市场规模,消费趋势,竞争格局
593
+ ```
594
+
595
+ **Query:** "Cryptocurrency market analysis 2026"
596
+ ```
597
+ Market cap, adoption rates, regulatory landscape
598
+ ```
599
+
600
+ **Query:** "在线教育行业发展趋势"
601
+ ```
602
+ 市场规模,用户增长,商业模式
603
+ ```
604
+
605
+ ### Product Reviews
606
+
607
+ **Query:** "M3 MacBook Pro vs M3 MacBook Air detailed comparison"
608
+ ```
609
+ Specs, performance, price, recommendations
610
+ Example: "Performance: Pro 20% faster in sustained workloads..."
611
+ ```
612
+
613
+ **Query:** "小米14 Pro 和 iPhone 15 Pro 对比评测"
614
+ ```
615
+ 详细对比,优缺点,购买建议
616
+ 示例:"性能: 骁龙 8 Gen 3 vs A17 Pro..."
617
+ ```
618
+
619
+ **Query:** "Best budget smartphones 2026"
620
+ ```
621
+ Top picks, specs, value analysis
622
+ ```
623
+
624
+ **Query:** "游戏笔记本电脑推荐"
625
+ ```
626
+ 性能对比,散热测试,性价比分析
627
+ ```
628
+
629
+ **Query:** "Wireless earbuds comparison 2026"
630
+ ```
631
+ Sound quality, ANC, battery life, comfort
632
+ ```
633
+
634
+ **Query:** "智能手表选购指南"
635
+ ```
636
+ 功能对比,续航测试,适用人群
637
+ ```
638
+
639
+ ---
640
+
641
+ ## Tips for Better Results
642
+
643
+ ### Be Specific
644
+
645
+ ❌ **Vague:** "Good food Tokyo"
646
+ ✅ **Specific:** "Best Italian restaurants in downtown Tokyo"
647
+
648
+ ❌ **Vague:** "React hooks"
649
+ ✅ **Specific:** "React hooks tutorial for beginners"
650
+
651
+ ### Include Context
652
+
653
+ ❌ **No context:** "Latest news"
654
+ ✅ **With context:** "Latest AI developments January 2026"
655
+
656
+ ❌ **No context:** "Price comparison"
657
+ ✅ **With context:** "iPhone 15 Pro price comparison in US"
658
+
659
+ ### Use Natural Language
660
+
661
+ ✅ **Natural:** "What's the weather like in Paris this weekend?"
662
+ ✅ **Natural:** "How do I deploy a Next.js app to Vercel?"
663
+ ✅ **Natural:** "上海有什么好吃的日本料理?"
664
+
665
+ ### Multi-language Works
666
+
667
+ ✅ **Mixed:** "React 在中国的使用情况"
668
+ ✅ **Mixed:** "東京で中国語が通じる病院"
669
+ ✅ **Mixed:** "Python vs Java 哪个更适合初学者?"
670
+
671
+ Felo understands context across languages!
672
+
673
+ ### Great for Current Info
674
+
675
+ ✅ **Time-sensitive:** "latest", "recent", "2026", "today", "now"
676
+ ✅ **Trending:** "popular", "trending", "hot", "viral"
677
+ ✅ **Comparative:** "best", "top", "vs", "compare"
678
+
679
+ ---
680
+
681
+ **Need more help?** Check the [FAQ](./FAQ.md) or [report an issue](https://github.com/Felo-Inc/felo-skills/issues).