@adminide-stack/yantra-help-browser 12.0.16-alpha.1 → 12.0.16-alpha.14

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.
Files changed (108) hide show
  1. package/lib/components/HelpCenterHeader.d.ts +1 -0
  2. package/lib/components/HelpCenterHeader.d.ts.map +1 -1
  3. package/lib/components/HelpCenterHeader.js +222 -36
  4. package/lib/components/HelpCenterHeader.js.map +1 -1
  5. package/lib/components/SidebarSearch.d.ts +8 -0
  6. package/lib/components/SidebarSearch.d.ts.map +1 -0
  7. package/lib/components/SidebarSearch.js +111 -0
  8. package/lib/components/SidebarSearch.js.map +1 -0
  9. package/lib/pages/ArticlePage/ArticlePage.d.ts +3 -0
  10. package/lib/pages/ArticlePage/ArticlePage.d.ts.map +1 -0
  11. package/lib/pages/ArticlePage/ArticlePage.js +222 -0
  12. package/lib/pages/ArticlePage/ArticlePage.js.map +1 -0
  13. package/lib/pages/ArticlePage/ArticlePageLayout.d.ts +3 -0
  14. package/lib/pages/ArticlePage/ArticlePageLayout.d.ts.map +1 -0
  15. package/lib/pages/ArticlePage/ArticlePageLayout.js +250 -0
  16. package/lib/pages/ArticlePage/ArticlePageLayout.js.map +1 -0
  17. package/lib/pages/ArticlePage/index.d.ts +2 -3
  18. package/lib/pages/ArticlePage/index.d.ts.map +1 -1
  19. package/lib/pages/ArticlePage/index.js +4 -189
  20. package/lib/pages/ArticlePage/index.js.map +1 -1
  21. package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
  22. package/lib/pages/CategoryCollection/index.js +2 -2
  23. package/lib/pages/CategoryCollection/index.js.map +1 -1
  24. package/lib/{content → templates/content}/account-management/account-setup.md +10 -0
  25. package/lib/{content → templates/content}/account-management/delete-account.md +10 -0
  26. package/lib/{content → templates/content}/account-management/preferences.md +10 -0
  27. package/lib/{content → templates/content}/account-management/privacy-settings.md +10 -0
  28. package/lib/{content → templates/content}/account-management/profile-settings.md +8 -0
  29. package/lib/{content → templates/content}/data-privacy/data-collection.md +9 -0
  30. package/lib/{content → templates/content}/data-privacy/privacy-policy.md +10 -0
  31. package/lib/{content → templates/content}/data-subject-privacy/data-access.md +12 -0
  32. package/lib/{content → templates/content}/data-subject-privacy/data-portability.md +15 -0
  33. package/lib/{content → templates/content}/data-subject-privacy/privacy-requests.md +11 -0
  34. package/lib/{content → templates/content}/file-uploads/file-upload-overview.md +9 -0
  35. package/lib/{content → templates/content}/getting-started/getting-started-guide.md +9 -0
  36. package/lib/{content → templates/content}/product-features/ai-models.md +1 -1
  37. package/lib/{content → templates/content}/product-features/collaboration-tools.md +8 -0
  38. package/lib/{content → templates/content}/product-features/conversation-features.md +6 -0
  39. package/lib/{content → templates/content}/product-features/export-features.md +8 -0
  40. package/lib/{content → templates/content}/product-features/follow-up-questions.md +8 -0
  41. package/lib/{content → templates/content}/product-features/real-time-search.md +8 -0
  42. package/lib/{content → templates/content}/product-features/saved-searches.md +8 -0
  43. package/lib/{content → templates/content}/product-features/search-features.md +1 -1
  44. package/lib/{content → templates/content}/product-features/search-history.md +8 -0
  45. package/lib/{content → templates/content}/product-features/source-citations.md +8 -0
  46. package/lib/{content → templates/content}/scope-api/api-overview.md +8 -0
  47. package/lib/{content → templates/content}/search-modes/deep-research.md +8 -0
  48. package/lib/{content → templates/content}/search-modes/labs-features.md +10 -0
  49. package/lib/{content → templates/content}/search-modes/pro-search.md +8 -0
  50. package/lib/{content → templates/content}/search-modes/regular-search.md +8 -0
  51. package/lib/{content → templates/content}/spaces-library/spaces-overview.md +8 -0
  52. package/lib/{content → templates/content}/student-hub/academic-research.md +8 -0
  53. package/lib/{content → templates/content}/student-hub/student-discounts.md +10 -0
  54. package/lib/{content → templates/content}/student-hub/student-overview.md +8 -0
  55. package/lib/{content → templates/content}/student-hub/study-tools.md +8 -0
  56. package/lib/{content → templates/content}/subscription-billing/billing-cycle.md +8 -0
  57. package/lib/{content → templates/content}/subscription-billing/billing-overview.md +6 -0
  58. package/lib/{content → templates/content}/subscription-billing/billing-support.md +8 -0
  59. package/lib/{content → templates/content}/subscription-billing/currency-support.md +10 -0
  60. package/lib/{content → templates/content}/subscription-billing/enterprise-pricing.md +8 -0
  61. package/lib/{content → templates/content}/subscription-billing/invoice-management.md +8 -0
  62. package/lib/{content → templates/content}/subscription-billing/payment-methods.md +9 -0
  63. package/lib/{content → templates/content}/subscription-billing/promotional-offers.md +8 -0
  64. package/lib/{content → templates/content}/subscription-billing/refund-policy.md +10 -0
  65. package/lib/{content → templates/content}/subscription-billing/student-discounts.md +10 -0
  66. package/lib/{content → templates/content}/subscription-billing/tax-information.md +8 -0
  67. package/lib/{content → templates/content}/technical-questions/ai-models-technical.md +10 -0
  68. package/lib/{content → templates/content}/technical-questions/api-technical.md +10 -0
  69. package/lib/{content → templates/content}/technical-questions/data-processing.md +10 -0
  70. package/lib/{content → templates/content}/technical-questions/database-architecture.md +10 -0
  71. package/lib/{content → templates/content}/technical-questions/infrastructure.md +10 -0
  72. package/lib/{content → templates/content}/technical-questions/performance-optimization.md +10 -0
  73. package/lib/{content → templates/content}/technical-questions/search-algorithms.md +10 -0
  74. package/lib/{content → templates/content}/technical-questions/technical-overview.md +10 -0
  75. package/lib/{content → templates/content}/threads/conversation-management.md +8 -0
  76. package/lib/{content → templates/content}/threads/threads-overview.md +8 -0
  77. package/lib/{content → templates/content}/troubleshooting/common-issues.md +8 -0
  78. package/lib/{content → templates/content}/what-is-yantra/getting-started-yantra.md +1 -1
  79. package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
  80. package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
  81. package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
  82. package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
  83. package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
  84. package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
  85. package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
  86. package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
  87. package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
  88. package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
  89. package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
  90. package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
  91. package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
  92. package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
  93. package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
  94. package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
  95. package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
  96. package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
  97. package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
  98. package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
  99. package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
  100. package/lib/utils/docsNavigation.d.ts +9 -0
  101. package/lib/utils/docsNavigation.d.ts.map +1 -0
  102. package/lib/utils/docsNavigation.js +37 -0
  103. package/lib/utils/docsNavigation.js.map +1 -0
  104. package/lib/utils/markdownLoader.d.ts +4 -0
  105. package/lib/utils/markdownLoader.d.ts.map +1 -1
  106. package/lib/utils/markdownLoader.js +110 -327
  107. package/lib/utils/markdownLoader.js.map +1 -1
  108. package/package.json +14 -4
@@ -5,12 +5,14 @@ Current promotions, discounts, and special offers.
5
5
  ## Current Promotions
6
6
 
7
7
  ### New User Offers
8
+
8
9
  - **First Month Free**: Free trial for new users
9
10
  - **Student Discount**: 50% off for verified students
10
11
  - **Annual Discount**: 2 months free on annual plans
11
12
  - **Referral Bonus**: Credits for referring friends
12
13
 
13
14
  ### Seasonal Promotions
15
+
14
16
  - **Black Friday**: Special holiday pricing
15
17
  - **Back to School**: Student-focused offers
16
18
  - **New Year**: Resolution-based promotions
@@ -19,12 +21,14 @@ Current promotions, discounts, and special offers.
19
21
  ## Discount Types
20
22
 
21
23
  ### Percentage Discounts
24
+
22
25
  - **Student Discount**: 50% off all plans
23
26
  - **Nonprofit Discount**: 30% off for nonprofits
24
27
  - **Educational Discount**: 40% off for institutions
25
28
  - **Volume Discount**: Bulk pricing for teams
26
29
 
27
30
  ### Fixed Discounts
31
+
28
32
  - **Annual Savings**: $40 off Pro, $80 off Max
29
33
  - **Referral Credits**: $10 credit per referral
30
34
  - **Loyalty Rewards**: Credits for long-term users
@@ -33,6 +37,7 @@ Current promotions, discounts, and special offers.
33
37
  ## How to Apply Discounts
34
38
 
35
39
  ### Student Discount
40
+
36
41
  1. Verify student status
37
42
  2. Upload student ID or email
38
43
  3. Apply discount code
@@ -40,6 +45,7 @@ Current promotions, discounts, and special offers.
40
45
  5. Enjoy discounted pricing
41
46
 
42
47
  ### Referral Program
48
+
43
49
  1. Share referral link
44
50
  2. Friend signs up
45
51
  3. Both receive credits
@@ -49,12 +55,14 @@ Current promotions, discounts, and special offers.
49
55
  ## Promotional Terms
50
56
 
51
57
  ### Eligibility Requirements
58
+
52
59
  - **New Users**: First-time subscribers
53
60
  - **Student Verification**: Valid student status
54
61
  - **Geographic Restrictions**: Available regions
55
62
  - **Time Limits**: Promotion expiration dates
56
63
 
57
64
  ### Terms and Conditions
65
+
58
66
  - **One Per Customer**: Limit one discount per account
59
67
  - **Non-transferable**: Cannot be shared or sold
60
68
  - **Expiration**: Discount codes expire
@@ -5,12 +5,14 @@ Understanding Yantra's refund and cancellation policies.
5
5
  ## Refund Eligibility
6
6
 
7
7
  ### Eligible Refunds
8
+
8
9
  - **New Subscriptions**: 7-day refund window
9
10
  - **Annual Plans**: Prorated refunds available
10
11
  - **Technical Issues**: Service-related refunds
11
12
  - **Duplicate Charges**: Full refunds for duplicates
12
13
 
13
14
  ### Non-Eligible Refunds
15
+
14
16
  - **Usage-Based**: Refunds based on usage
15
17
  - **Policy Violations**: Account policy violations
16
18
  - **Fraudulent Claims**: False refund claims
@@ -19,6 +21,7 @@ Understanding Yantra's refund and cancellation policies.
19
21
  ## Refund Process
20
22
 
21
23
  ### Request Process
24
+
22
25
  1. **Contact Support**: Reach out to billing support
23
26
  2. **Provide Details**: Explain refund reason
24
27
  3. **Submit Documentation**: Provide supporting documents
@@ -26,6 +29,7 @@ Understanding Yantra's refund and cancellation policies.
26
29
  5. **Processing**: Refund processed if approved
27
30
 
28
31
  ### Required Information
32
+
29
33
  - **Account Details**: Account information
30
34
  - **Refund Reason**: Detailed reason for refund
31
35
  - **Supporting Documents**: Relevant documentation
@@ -34,6 +38,7 @@ Understanding Yantra's refund and cancellation policies.
34
38
  ## Refund Timeline
35
39
 
36
40
  ### Processing Times
41
+
37
42
  - **Approval Time**: 1-3 business days
38
43
  - **Processing Time**: 3-5 business days
39
44
  - **Credit Card**: 5-10 business days
@@ -41,6 +46,7 @@ Understanding Yantra's refund and cancellation policies.
41
46
  - **Bank Transfer**: 7-14 business days
42
47
 
43
48
  ### Refund Methods
49
+
44
50
  - **Original Payment**: Refund to original payment method
45
51
  - **Alternative Methods**: Other refund methods available
46
52
  - **Account Credit**: Credit to Yantra account
@@ -49,12 +55,14 @@ Understanding Yantra's refund and cancellation policies.
49
55
  ## Refund Types
50
56
 
51
57
  ### Full Refunds
58
+
52
59
  - **Service Issues**: Complete service failures
53
60
  - **Duplicate Charges**: Identical duplicate charges
54
61
  - **Fraudulent Charges**: Unauthorized charges
55
62
  - **Policy Violations**: Yantra policy violations
56
63
 
57
64
  ### Prorated Refunds
65
+
58
66
  - **Annual Plans**: Unused portion refunds
59
67
  - **Mid-Cycle Cancellation**: Partial period refunds
60
68
  - **Downgrades**: Difference refunds
@@ -63,12 +71,14 @@ Understanding Yantra's refund and cancellation policies.
63
71
  ## Refund Support
64
72
 
65
73
  ### Getting Help
74
+
66
75
  - **Refund Support**: Dedicated refund support team
67
76
  - **Billing Team**: Direct billing team access
68
77
  - **Escalation Process**: Senior team escalation
69
78
  - **External Resources**: Third-party assistance
70
79
 
71
80
  ### Documentation
81
+
72
82
  - **Refund Policy**: Complete refund policy
73
83
  - **Terms of Service**: Service terms and conditions
74
84
  - **Billing Terms**: Billing terms and conditions
@@ -5,12 +5,14 @@ Special pricing for students and educational institutions.
5
5
  ## Student Pricing
6
6
 
7
7
  ### Discounted Plans
8
+
8
9
  - **Pro Student**: $10/month (50% off)
9
10
  - **Max Student**: $20/month (50% off)
10
11
  - **Annual Pro**: $100/year (50% off)
11
12
  - **Annual Max**: $200/year (50% off)
12
13
 
13
14
  ### Educational Benefits
15
+
14
16
  - **Full Features**: Access to all plan features
15
17
  - **Academic Support**: Specialized academic support
16
18
  - **Research Tools**: Enhanced research capabilities
@@ -19,12 +21,14 @@ Special pricing for students and educational institutions.
19
21
  ## Eligibility Requirements
20
22
 
21
23
  ### Student Verification
24
+
22
25
  - **Valid Student ID**: Current student identification
23
26
  - **Educational Email**: School email address
24
27
  - **Enrollment Proof**: Current enrollment verification
25
28
  - **Institution Verification**: Accredited institution
26
29
 
27
30
  ### Eligible Institutions
31
+
28
32
  - **Universities**: Four-year universities
29
33
  - **Community Colleges**: Two-year colleges
30
34
  - **Graduate Schools**: Master's and PhD programs
@@ -33,6 +37,7 @@ Special pricing for students and educational institutions.
33
37
  ## How to Apply
34
38
 
35
39
  ### Verification Process
40
+
36
41
  1. Sign up with student email
37
42
  2. Upload student ID
38
43
  3. Verify enrollment status
@@ -40,6 +45,7 @@ Special pricing for students and educational institutions.
40
45
  5. Activate student discount
41
46
 
42
47
  ### Required Documents
48
+
43
49
  - **Student ID**: Clear photo of student ID
44
50
  - **Enrollment Letter**: Current enrollment proof
45
51
  - **Transcript**: Recent academic transcript
@@ -48,12 +54,14 @@ Special pricing for students and educational institutions.
48
54
  ## Student Features
49
55
 
50
56
  ### Academic Tools
57
+
51
58
  - **Research Organization**: Organize academic research
52
59
  - **Citation Management**: Proper academic citations
53
60
  - **Source Verification**: Verify academic sources
54
61
  - **Export Formats**: Academic paper formats
55
62
 
56
63
  ### Study Support
64
+
57
65
  - **Note Integration**: Connect with note-taking apps
58
66
  - **Study Planning**: Organize study sessions
59
67
  - **Group Collaboration**: Work with study groups
@@ -62,12 +70,14 @@ Special pricing for students and educational institutions.
62
70
  ## Terms and Conditions
63
71
 
64
72
  ### Student Requirements
73
+
65
74
  - **Active Enrollment**: Must be currently enrolled
66
75
  - **Annual Verification**: Reverify status yearly
67
76
  - **Academic Use**: Primarily for academic purposes
68
77
  - **No Commercial Use**: Cannot be used for business
69
78
 
70
79
  ### Discount Limitations
80
+
71
81
  - **One Account**: One student discount per person
72
82
  - **Non-transferable**: Cannot be shared
73
83
  - **Expiration**: Discount expires upon graduation
@@ -5,12 +5,14 @@ Tax-related information for billing and invoicing.
5
5
  ## Tax Calculation
6
6
 
7
7
  ### Tax Types
8
+
8
9
  - **Sales Tax**: Applicable sales taxes
9
10
  - **VAT**: Value Added Tax (EU)
10
11
  - **GST**: Goods and Services Tax
11
12
  - **Service Tax**: Service-specific taxes
12
13
 
13
14
  ### Tax Rates
15
+
14
16
  - **Location-Based**: Tax rates by location
15
17
  - **Service-Based**: Different rates for different services
16
18
  - **Exemption Handling**: Tax exemption processing
@@ -19,12 +21,14 @@ Tax-related information for billing and invoicing.
19
21
  ## Tax Compliance
20
22
 
21
23
  ### Regional Compliance
24
+
22
25
  - **US Sales Tax**: US state sales tax compliance
23
26
  - **EU VAT**: European Union VAT compliance
24
27
  - **Canadian GST**: Canadian tax compliance
25
28
  - **Other Jurisdictions**: Additional tax jurisdictions
26
29
 
27
30
  ### Business Compliance
31
+
28
32
  - **Business Registration**: Business tax registration
29
33
  - **Tax Exemptions**: Business tax exemptions
30
34
  - **Resale Certificates**: Resale certificate handling
@@ -33,12 +37,14 @@ Tax-related information for billing and invoicing.
33
37
  ## Tax Documentation
34
38
 
35
39
  ### Tax Invoices
40
+
36
41
  - **Tax-Inclusive Pricing**: Prices include applicable taxes
37
42
  - **Tax Breakdown**: Detailed tax line items
38
43
  - **Tax Exemptions**: Exemption documentation
39
44
  - **Tax Certificates**: Tax exemption certificates
40
45
 
41
46
  ### Tax Reports
47
+
42
48
  - **Monthly Reports**: Monthly tax summaries
43
49
  - **Quarterly Reports**: Quarterly tax reports
44
50
  - **Annual Reports**: Annual tax summaries
@@ -47,12 +53,14 @@ Tax-related information for billing and invoicing.
47
53
  ## Tax Support
48
54
 
49
55
  ### Tax Questions
56
+
50
57
  - **Tax Calculation**: How taxes are calculated
51
58
  - **Tax Exemptions**: How to apply exemptions
52
59
  - **Tax Documentation**: Required tax documents
53
60
  - **Tax Compliance**: Compliance requirements
54
61
 
55
62
  ### Getting Help
63
+
56
64
  - **Tax Support**: Dedicated tax support
57
65
  - **Accounting Team**: Accounting team assistance
58
66
  - **Compliance Team**: Compliance team support
@@ -5,12 +5,14 @@ Technical details about AI model integration.
5
5
  ## Model Architecture
6
6
 
7
7
  ### Model Types
8
+
8
9
  - **Large Language Models**: GPT-4, Claude, custom models
9
10
  - **Embedding Models**: Text embedding models
10
11
  - **Classification Models**: Content classification models
11
12
  - **Generation Models**: Text generation models
12
13
 
13
14
  ### Model Integration
15
+
14
16
  - **API Integration**: RESTful API integration
15
17
  - **Model Routing**: Intelligent model selection
16
18
  - **Load Balancing**: Model load balancing
@@ -19,12 +21,14 @@ Technical details about AI model integration.
19
21
  ## Processing Pipeline
20
22
 
21
23
  ### Query Processing
24
+
22
25
  - **Natural Language Understanding**: NLU processing
23
26
  - **Intent Classification**: Intent recognition
24
27
  - **Entity Extraction**: Named entity recognition
25
28
  - **Context Analysis**: Context understanding
26
29
 
27
30
  ### Response Generation
31
+
28
32
  - **Content Generation**: AI content generation
29
33
  - **Source Integration**: Source citation integration
30
34
  - **Quality Control**: Response quality control
@@ -33,12 +37,14 @@ Technical details about AI model integration.
33
37
  ## Model Performance
34
38
 
35
39
  ### Optimization
40
+
36
41
  - **Model Optimization**: Model performance optimization
37
42
  - **Inference Speed**: Fast inference processing
38
43
  - **Memory Management**: Efficient memory usage
39
44
  - **Batch Processing**: Batch processing capabilities
40
45
 
41
46
  ### Monitoring
47
+
42
48
  - **Performance Metrics**: Model performance monitoring
43
49
  - **Quality Metrics**: Response quality metrics
44
50
  - **Usage Analytics**: Model usage analytics
@@ -47,12 +53,14 @@ Technical details about AI model integration.
47
53
  ## Custom Models
48
54
 
49
55
  ### Model Development
56
+
50
57
  - **Fine-tuning**: Model fine-tuning processes
51
58
  - **Custom Training**: Custom model training
52
59
  - **Domain Adaptation**: Domain-specific adaptation
53
60
  - **Model Evaluation**: Model evaluation metrics
54
61
 
55
62
  ### Deployment
63
+
56
64
  - **Model Deployment**: Production model deployment
57
65
  - **Version Control**: Model version management
58
66
  - **A/B Testing**: Model A/B testing
@@ -61,12 +69,14 @@ Technical details about AI model integration.
61
69
  ## Technical Specifications
62
70
 
63
71
  ### Hardware Requirements
72
+
64
73
  - **GPU Requirements**: GPU specifications
65
74
  - **Memory Requirements**: Memory specifications
66
75
  - **Storage Requirements**: Storage specifications
67
76
  - **Network Requirements**: Network specifications
68
77
 
69
78
  ### Software Requirements
79
+
70
80
  - **Framework Versions**: ML framework versions
71
81
  - **Dependencies**: Software dependencies
72
82
  - **Compatibility**: System compatibility
@@ -5,12 +5,14 @@ Technical details about API implementation.
5
5
  ## API Architecture
6
6
 
7
7
  ### RESTful Design
8
+
8
9
  - **REST Principles**: RESTful API design principles
9
10
  - **Resource-based URLs**: Resource-based URL structure
10
11
  - **HTTP Methods**: Proper HTTP method usage
11
12
  - **Status Codes**: Standard HTTP status codes
12
13
 
13
14
  ### API Gateway
15
+
14
16
  - **Request Routing**: Intelligent request routing
15
17
  - **Rate Limiting**: API rate limiting
16
18
  - **Authentication**: API authentication
@@ -19,12 +21,14 @@ Technical details about API implementation.
19
21
  ## API Endpoints
20
22
 
21
23
  ### Core Endpoints
24
+
22
25
  - **Search API**: Search functionality endpoints
23
26
  - **User API**: User management endpoints
24
27
  - **Content API**: Content management endpoints
25
28
  - **Analytics API**: Analytics endpoints
26
29
 
27
30
  ### Advanced Endpoints
31
+
28
32
  - **Batch API**: Batch processing endpoints
29
33
  - **Webhook API**: Webhook endpoints
30
34
  - **Admin API**: Administrative endpoints
@@ -33,12 +37,14 @@ Technical details about API implementation.
33
37
  ## Authentication & Security
34
38
 
35
39
  ### Authentication Methods
40
+
36
41
  - **API Keys**: API key authentication
37
42
  - **OAuth 2.0**: OAuth 2.0 authentication
38
43
  - **JWT Tokens**: JSON Web Token authentication
39
44
  - **Multi-factor**: Multi-factor authentication
40
45
 
41
46
  ### Security Measures
47
+
42
48
  - **HTTPS**: Secure communication
43
49
  - **Rate Limiting**: Request rate limiting
44
50
  - **Input Validation**: Input validation and sanitization
@@ -47,12 +53,14 @@ Technical details about API implementation.
47
53
  ## API Performance
48
54
 
49
55
  ### Optimization
56
+
50
57
  - **Response Caching**: API response caching
51
58
  - **Compression**: Response compression
52
59
  - **Pagination**: Efficient pagination
53
60
  - **Async Processing**: Asynchronous processing
54
61
 
55
62
  ### Monitoring
63
+
56
64
  - **Performance Metrics**: API performance monitoring
57
65
  - **Error Tracking**: Error monitoring and tracking
58
66
  - **Usage Analytics**: API usage analytics
@@ -61,12 +69,14 @@ Technical details about API implementation.
61
69
  ## SDK and Libraries
62
70
 
63
71
  ### Official SDKs
72
+
64
73
  - **Python SDK**: Python development kit
65
74
  - **JavaScript SDK**: JavaScript development kit
66
75
  - **Node.js SDK**: Node.js development kit
67
76
  - **Go SDK**: Go development kit
68
77
 
69
78
  ### Community Libraries
79
+
70
80
  - **Third-party Libraries**: Community-contributed libraries
71
81
  - **Language Support**: Additional language support
72
82
  - **Framework Integration**: Framework integrations
@@ -5,12 +5,14 @@ How Yantra processes and analyzes data.
5
5
  ## Data Pipeline
6
6
 
7
7
  ### Data Ingestion
8
+
8
9
  - **Web Crawling**: Automated web content crawling
9
10
  - **API Integration**: Third-party API data ingestion
10
11
  - **User Input**: User-generated content processing
11
12
  - **File Uploads**: Document and file processing
12
13
 
13
14
  ### Data Processing
15
+
14
16
  - **Content Extraction**: Text and content extraction
15
17
  - **Data Cleaning**: Data cleaning and normalization
16
18
  - **Data Enrichment**: Data enrichment and enhancement
@@ -19,12 +21,14 @@ How Yantra processes and analyzes data.
19
21
  ## Processing Architecture
20
22
 
21
23
  ### Stream Processing
24
+
22
25
  - **Real-time Processing**: Real-time data processing
23
26
  - **Event Streaming**: Event-driven processing
24
27
  - **Message Queues**: Asynchronous processing
25
28
  - **Batch Processing**: Batch data processing
26
29
 
27
30
  ### Data Transformation
31
+
28
32
  - **ETL Processes**: Extract, transform, load
29
33
  - **Data Mapping**: Data field mapping
30
34
  - **Format Conversion**: Data format conversion
@@ -33,12 +37,14 @@ How Yantra processes and analyzes data.
33
37
  ## Content Analysis
34
38
 
35
39
  ### Text Processing
40
+
36
41
  - **Natural Language Processing**: NLP processing
37
42
  - **Sentiment Analysis**: Sentiment detection
38
43
  - **Topic Modeling**: Topic extraction
39
44
  - **Entity Recognition**: Named entity recognition
40
45
 
41
46
  ### Content Classification
47
+
42
48
  - **Content Categorization**: Automatic categorization
43
49
  - **Quality Assessment**: Content quality scoring
44
50
  - **Relevance Scoring**: Relevance assessment
@@ -47,12 +53,14 @@ How Yantra processes and analyzes data.
47
53
  ## Data Storage
48
54
 
49
55
  ### Storage Systems
56
+
50
57
  - **Primary Storage**: PostgreSQL database
51
58
  - **Search Storage**: Elasticsearch index
52
59
  - **Cache Storage**: Redis cache
53
60
  - **File Storage**: Object storage system
54
61
 
55
62
  ### Data Management
63
+
56
64
  - **Data Lifecycle**: Data lifecycle management
57
65
  - **Data Retention**: Data retention policies
58
66
  - **Data Archival**: Data archival processes
@@ -61,12 +69,14 @@ How Yantra processes and analyzes data.
61
69
  ## Performance Optimization
62
70
 
63
71
  ### Processing Performance
72
+
64
73
  - **Parallel Processing**: Multi-threaded processing
65
74
  - **Distributed Processing**: Distributed computing
66
75
  - **Caching**: Intelligent caching strategies
67
76
  - **Optimization**: Performance optimization
68
77
 
69
78
  ### Scalability
79
+
70
80
  - **Horizontal Scaling**: Scale-out architecture
71
81
  - **Load Distribution**: Load balancing
72
82
  - **Resource Management**: Resource optimization
@@ -5,12 +5,14 @@ Technical details about data storage and retrieval.
5
5
  ## Database Design
6
6
 
7
7
  ### Primary Database
8
+
8
9
  - **PostgreSQL**: Primary relational database
9
10
  - **Schema Design**: Optimized database schema
10
11
  - **Indexing Strategy**: Comprehensive indexing
11
12
  - **Partitioning**: Database partitioning
12
13
 
13
14
  ### Data Models
15
+
14
16
  - **User Data**: User account and profile data
15
17
  - **Content Data**: Search content and metadata
16
18
  - **Usage Data**: User interaction and analytics data
@@ -19,12 +21,14 @@ Technical details about data storage and retrieval.
19
21
  ## Storage Systems
20
22
 
21
23
  ### Multi-tier Storage
24
+
22
25
  - **Hot Storage**: Frequently accessed data
23
26
  - **Warm Storage**: Moderately accessed data
24
27
  - **Cold Storage**: Archive and backup data
25
28
  - **Cache Layer**: High-speed cache storage
26
29
 
27
30
  ### Data Distribution
31
+
28
32
  - **Sharding**: Horizontal data partitioning
29
33
  - **Replication**: Data replication for availability
30
34
  - **Backup**: Automated backup systems
@@ -33,12 +37,14 @@ Technical details about data storage and retrieval.
33
37
  ## Query Optimization
34
38
 
35
39
  ### Performance Tuning
40
+
36
41
  - **Query Analysis**: Query performance analysis
37
42
  - **Index Optimization**: Database index optimization
38
43
  - **Execution Plans**: Query execution optimization
39
44
  - **Connection Pooling**: Database connection pooling
40
45
 
41
46
  ### Caching Strategy
47
+
42
48
  - **Query Caching**: Database query caching
43
49
  - **Result Caching**: Application-level caching
44
50
  - **CDN Caching**: Content delivery network caching
@@ -47,12 +53,14 @@ Technical details about data storage and retrieval.
47
53
  ## Data Management
48
54
 
49
55
  ### Data Lifecycle
56
+
50
57
  - **Data Ingestion**: Data collection and ingestion
51
58
  - **Data Processing**: Data transformation and processing
52
59
  - **Data Storage**: Data storage and organization
53
60
  - **Data Archival**: Data archival and cleanup
54
61
 
55
62
  ### Data Quality
63
+
56
64
  - **Data Validation**: Data quality validation
57
65
  - **Data Cleaning**: Data cleaning and normalization
58
66
  - **Data Monitoring**: Data quality monitoring
@@ -61,12 +69,14 @@ Technical details about data storage and retrieval.
61
69
  ## Scalability
62
70
 
63
71
  ### Horizontal Scaling
72
+
64
73
  - **Database Sharding**: Horizontal database scaling
65
74
  - **Read Replicas**: Read-only database replicas
66
75
  - **Load Distribution**: Database load distribution
67
76
  - **Auto-scaling**: Automatic database scaling
68
77
 
69
78
  ### Performance Monitoring
79
+
70
80
  - **Database Metrics**: Database performance metrics
71
81
  - **Query Monitoring**: Query performance monitoring
72
82
  - **Resource Monitoring**: Database resource monitoring
@@ -5,12 +5,14 @@ Yantra's technical infrastructure and scalability.
5
5
  ## Cloud Infrastructure
6
6
 
7
7
  ### Cloud Architecture
8
+
8
9
  - **Multi-cloud**: Multi-cloud deployment strategy
9
10
  - **Microservices**: Microservices architecture
10
11
  - **Containerization**: Docker containerization
11
12
  - **Orchestration**: Kubernetes orchestration
12
13
 
13
14
  ### Infrastructure Components
15
+
14
16
  - **Compute**: Scalable compute resources
15
17
  - **Storage**: Distributed storage systems
16
18
  - **Networking**: High-performance networking
@@ -19,12 +21,14 @@ Yantra's technical infrastructure and scalability.
19
21
  ## Scalability Design
20
22
 
21
23
  ### Horizontal Scaling
24
+
22
25
  - **Auto-scaling**: Automatic scaling based on demand
23
26
  - **Load Balancing**: Advanced load balancing
24
27
  - **Distributed Systems**: Distributed architecture
25
28
  - **Resource Pooling**: Resource pooling strategies
26
29
 
27
30
  ### Performance Optimization
31
+
28
32
  - **Caching**: Multi-layer caching
29
33
  - **CDN**: Content delivery network
30
34
  - **Database Optimization**: Database performance tuning
@@ -33,12 +37,14 @@ Yantra's technical infrastructure and scalability.
33
37
  ## High Availability
34
38
 
35
39
  ### Availability Design
40
+
36
41
  - **Redundancy**: System redundancy
37
42
  - **Failover**: Automatic failover
38
43
  - **Disaster Recovery**: Disaster recovery procedures
39
44
  - **Backup Systems**: Comprehensive backup systems
40
45
 
41
46
  ### Monitoring
47
+
42
48
  - **Health Monitoring**: System health monitoring
43
49
  - **Performance Monitoring**: Performance metrics
44
50
  - **Alerting**: Automated alerting systems
@@ -47,12 +53,14 @@ Yantra's technical infrastructure and scalability.
47
53
  ## Security Infrastructure
48
54
 
49
55
  ### Security Measures
56
+
50
57
  - **Network Security**: Network-level security
51
58
  - **Application Security**: Application security
52
59
  - **Data Security**: Data protection measures
53
60
  - **Access Control**: Access control systems
54
61
 
55
62
  ### Compliance
63
+
56
64
  - **Security Standards**: Industry security standards
57
65
  - **Compliance Monitoring**: Compliance monitoring
58
66
  - **Audit Logging**: Comprehensive audit logs
@@ -61,12 +69,14 @@ Yantra's technical infrastructure and scalability.
61
69
  ## Global Infrastructure
62
70
 
63
71
  ### Geographic Distribution
72
+
64
73
  - **Multi-region**: Multi-region deployment
65
74
  - **Edge Computing**: Edge computing capabilities
66
75
  - **Latency Optimization**: Low-latency optimization
67
76
  - **Data Residency**: Data residency compliance
68
77
 
69
78
  ### Network Architecture
79
+
70
80
  - **Global Network**: Global network infrastructure
71
81
  - **Peering**: Network peering agreements
72
82
  - **Traffic Management**: Intelligent traffic management