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

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 (231) hide show
  1. package/LICENSE +21 -0
  2. package/lib/components/HelpCenterFooter.d.ts +3 -0
  3. package/lib/components/HelpCenterFooter.d.ts.map +1 -0
  4. package/lib/components/HelpCenterFooter.js +98 -0
  5. package/lib/components/HelpCenterFooter.js.map +1 -0
  6. package/lib/components/HelpCenterHeader.d.ts +7 -0
  7. package/lib/components/HelpCenterHeader.d.ts.map +1 -0
  8. package/lib/components/HelpCenterHeader.js +80 -0
  9. package/lib/components/HelpCenterHeader.js.map +1 -0
  10. package/lib/components/Logo.d.ts +4 -0
  11. package/lib/components/Logo.d.ts.map +1 -0
  12. package/lib/components/Logo.js +105 -0
  13. package/lib/components/Logo.js.map +1 -0
  14. package/lib/components/navbar/index.d.ts +7 -0
  15. package/lib/components/navbar/index.d.ts.map +1 -0
  16. package/lib/components/navbar/index.js +77 -0
  17. package/lib/components/navbar/index.js.map +1 -0
  18. package/lib/compute.d.ts +5 -0
  19. package/lib/compute.d.ts.map +1 -0
  20. package/lib/compute.js +59 -0
  21. package/lib/compute.js.map +1 -0
  22. package/lib/config.d.ts +43 -0
  23. package/lib/config.d.ts.map +1 -0
  24. package/lib/content/account-management/account-setup.md +74 -0
  25. package/lib/content/account-management/delete-account.md +74 -0
  26. package/lib/content/account-management/preferences.md +73 -0
  27. package/lib/content/account-management/privacy-settings.md +73 -0
  28. package/lib/content/account-management/profile-settings.md +59 -0
  29. package/lib/content/data-privacy/data-collection.md +65 -0
  30. package/lib/content/data-privacy/privacy-policy.md +73 -0
  31. package/lib/content/data-subject-privacy/data-access.md +88 -0
  32. package/lib/content/data-subject-privacy/data-portability.md +108 -0
  33. package/lib/content/data-subject-privacy/privacy-requests.md +80 -0
  34. package/lib/content/file-uploads/file-upload-overview.md +65 -0
  35. package/lib/content/getting-started/getting-started-guide.md +65 -0
  36. package/lib/content/product-features/ai-models.md +84 -0
  37. package/lib/content/product-features/collaboration-tools.md +59 -0
  38. package/lib/content/product-features/conversation-features.md +45 -0
  39. package/lib/content/product-features/export-features.md +59 -0
  40. package/lib/content/product-features/follow-up-questions.md +59 -0
  41. package/lib/content/product-features/real-time-search.md +59 -0
  42. package/lib/content/product-features/saved-searches.md +59 -0
  43. package/lib/content/product-features/search-features.md +64 -0
  44. package/lib/content/product-features/search-history.md +59 -0
  45. package/lib/content/product-features/source-citations.md +59 -0
  46. package/lib/content/scope-api/api-overview.md +59 -0
  47. package/lib/content/search-modes/deep-research.md +60 -0
  48. package/lib/content/search-modes/labs-features.md +73 -0
  49. package/lib/content/search-modes/pro-search.md +59 -0
  50. package/lib/content/search-modes/regular-search.md +60 -0
  51. package/lib/content/spaces-library/spaces-overview.md +60 -0
  52. package/lib/content/student-hub/academic-research.md +61 -0
  53. package/lib/content/student-hub/student-discounts.md +74 -0
  54. package/lib/content/student-hub/student-overview.md +59 -0
  55. package/lib/content/student-hub/study-tools.md +59 -0
  56. package/lib/content/subscription-billing/billing-cycle.md +61 -0
  57. package/lib/content/subscription-billing/billing-overview.md +45 -0
  58. package/lib/content/subscription-billing/billing-support.md +59 -0
  59. package/lib/content/subscription-billing/currency-support.md +73 -0
  60. package/lib/content/subscription-billing/enterprise-pricing.md +60 -0
  61. package/lib/content/subscription-billing/invoice-management.md +59 -0
  62. package/lib/content/subscription-billing/payment-methods.md +67 -0
  63. package/lib/content/subscription-billing/promotional-offers.md +61 -0
  64. package/lib/content/subscription-billing/refund-policy.md +75 -0
  65. package/lib/content/subscription-billing/student-discounts.md +74 -0
  66. package/lib/content/subscription-billing/tax-information.md +59 -0
  67. package/lib/content/technical-questions/ai-models-technical.md +73 -0
  68. package/lib/content/technical-questions/api-technical.md +73 -0
  69. package/lib/content/technical-questions/data-processing.md +73 -0
  70. package/lib/content/technical-questions/database-architecture.md +73 -0
  71. package/lib/content/technical-questions/infrastructure.md +73 -0
  72. package/lib/content/technical-questions/performance-optimization.md +73 -0
  73. package/lib/content/technical-questions/search-algorithms.md +73 -0
  74. package/lib/content/technical-questions/technical-overview.md +73 -0
  75. package/lib/content/threads/conversation-management.md +59 -0
  76. package/lib/content/threads/threads-overview.md +60 -0
  77. package/lib/content/troubleshooting/common-issues.md +59 -0
  78. package/lib/content/what-is-yantra/getting-started-yantra.md +84 -0
  79. package/lib/content/what-is-yantra/how-yantra-works.md +38 -0
  80. package/lib/content/what-is-yantra/practical-tips-yantra.md +64 -0
  81. package/lib/content/what-is-yantra/what-is-yantra-intro.md +32 -0
  82. package/lib/content/what-is-yantra/yantra-discord-community.md +56 -0
  83. package/lib/content/yantra-assistant/android-app.md +73 -0
  84. package/lib/content/yantra-assistant/ios-app.md +74 -0
  85. package/lib/content/yantra-assistant/mobile-app-overview.md +60 -0
  86. package/lib/content/yantra-assistant/voice-assistant.md +73 -0
  87. package/lib/content/yantra-enterprise/admin-dashboard.md +73 -0
  88. package/lib/content/yantra-enterprise/custom-branding.md +74 -0
  89. package/lib/content/yantra-enterprise/dedicated-support.md +73 -0
  90. package/lib/content/yantra-enterprise/enterprise-overview.md +60 -0
  91. package/lib/content/yantra-enterprise/sso-integration.md +74 -0
  92. package/lib/content/yantra-enterprise/user-management.md +73 -0
  93. package/lib/content/yantra-pro-max/billing-management.md +97 -0
  94. package/lib/content/yantra-pro-max/cancellation-refund.md +93 -0
  95. package/lib/content/yantra-pro-max/pro-pricing.md +53 -0
  96. package/lib/content/yantra-pro-max/subscription-benefits.md +61 -0
  97. package/lib/content/yantra-pro-max/upgrade-process.md +91 -0
  98. package/lib/content/yantra-pro-max/yantra-max-features.md +48 -0
  99. package/lib/content/yantra-pro-max/yantra-pro-overview.md +47 -0
  100. package/lib/index.d.ts +4 -0
  101. package/lib/index.d.ts.map +1 -0
  102. package/lib/index.js +2 -0
  103. package/lib/index.js.map +1 -0
  104. package/lib/module.d.ts +4 -0
  105. package/lib/module.d.ts.map +1 -0
  106. package/lib/module.js +13 -0
  107. package/lib/module.js.map +1 -0
  108. package/lib/pages/ArticlePage/index.d.ts +4 -0
  109. package/lib/pages/ArticlePage/index.d.ts.map +1 -0
  110. package/lib/pages/ArticlePage/index.js +190 -0
  111. package/lib/pages/ArticlePage/index.js.map +1 -0
  112. package/lib/pages/CategoryCollection/index.d.ts +4 -0
  113. package/lib/pages/CategoryCollection/index.d.ts.map +1 -0
  114. package/lib/pages/CategoryCollection/index.js +121 -0
  115. package/lib/pages/CategoryCollection/index.js.map +1 -0
  116. package/lib/pages/GetStarted/components/ExampleCard.d.ts +10 -0
  117. package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -0
  118. package/lib/pages/GetStarted/components/GetStartedHero.d.ts +8 -0
  119. package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -0
  120. package/lib/pages/GetStarted/components/InfoSection.d.ts +11 -0
  121. package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -0
  122. package/lib/pages/GetStarted/components/TipCard.d.ts +10 -0
  123. package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -0
  124. package/lib/pages/GetStarted/components/UseCase.d.ts +13 -0
  125. package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -0
  126. package/lib/pages/GetStarted/index.d.ts +3 -0
  127. package/lib/pages/GetStarted/index.d.ts.map +1 -0
  128. package/lib/pages/GetStarted/index.js +776 -0
  129. package/lib/pages/GetStarted/index.js.map +1 -0
  130. package/lib/pages/HelpCenter/components/BookStack.d.ts +3 -0
  131. package/lib/pages/HelpCenter/components/BookStack.d.ts.map +1 -0
  132. package/lib/pages/HelpCenter/components/BookStack.js +36 -0
  133. package/lib/pages/HelpCenter/components/BookStack.js.map +1 -0
  134. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +21 -0
  135. package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -0
  136. package/lib/pages/HelpCenter/components/HelpCategoryCard.js +84 -0
  137. package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -0
  138. package/lib/pages/HelpCenter/components/Icons.d.ts +22 -0
  139. package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -0
  140. package/lib/pages/HelpCenter/components/Icons.js +342 -0
  141. package/lib/pages/HelpCenter/components/Icons.js.map +1 -0
  142. package/lib/pages/HelpCenter/components/PopularArticle.d.ts +8 -0
  143. package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -0
  144. package/lib/pages/HelpCenter/components/PopularArticle.js +51 -0
  145. package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -0
  146. package/lib/pages/HelpCenter/index.d.ts +4 -0
  147. package/lib/pages/HelpCenter/index.d.ts.map +1 -0
  148. package/lib/pages/HelpCenter/index.js +71 -0
  149. package/lib/pages/HelpCenter/index.js.map +1 -0
  150. package/lib/pages/HelpCenter/mockData.d.ts +8 -0
  151. package/lib/pages/HelpCenter/mockData.d.ts.map +1 -0
  152. package/lib/pages/HelpCenter/mockData.js +13 -0
  153. package/lib/pages/HelpCenter/mockData.js.map +1 -0
  154. package/lib/pages/LandingPage/components/ArticleCard.d.ts +11 -0
  155. package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -0
  156. package/lib/pages/LandingPage/components/ArticleCard.js +29 -0
  157. package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -0
  158. package/lib/pages/LandingPage/components/Assets.d.ts +15 -0
  159. package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -0
  160. package/lib/pages/LandingPage/components/Assets.js +14 -0
  161. package/lib/pages/LandingPage/components/Assets.js.map +1 -0
  162. package/lib/pages/LandingPage/components/CategoriesSection.d.ts +16 -0
  163. package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -0
  164. package/lib/pages/LandingPage/components/CategoriesSection.js +31 -0
  165. package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -0
  166. package/lib/pages/LandingPage/components/CategoryCard.d.ts +11 -0
  167. package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -0
  168. package/lib/pages/LandingPage/components/CategoryCard.js +25 -0
  169. package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -0
  170. package/lib/pages/LandingPage/components/FeaturedSection.d.ts +15 -0
  171. package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -0
  172. package/lib/pages/LandingPage/components/FeaturedSection.js +24 -0
  173. package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -0
  174. package/lib/pages/LandingPage/components/HeroSection.d.ts +9 -0
  175. package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -0
  176. package/lib/pages/LandingPage/components/HeroSection.js +46 -0
  177. package/lib/pages/LandingPage/components/HeroSection.js.map +1 -0
  178. package/lib/pages/LandingPage/components/Icons.d.ts +14 -0
  179. package/lib/pages/LandingPage/components/Icons.d.ts.map +1 -0
  180. package/lib/pages/LandingPage/components/Icons.js +174 -0
  181. package/lib/pages/LandingPage/components/Icons.js.map +1 -0
  182. package/lib/pages/LandingPage/components/ResourceCard.d.ts +12 -0
  183. package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -0
  184. package/lib/pages/LandingPage/components/ResourceCard.js +30 -0
  185. package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -0
  186. package/lib/pages/LandingPage/components/ResourcesSection.d.ts +18 -0
  187. package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -0
  188. package/lib/pages/LandingPage/components/ResourcesSection.js +26 -0
  189. package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -0
  190. package/lib/pages/LandingPage/components/SearchBar.d.ts +8 -0
  191. package/lib/pages/LandingPage/components/SearchBar.d.ts.map +1 -0
  192. package/lib/pages/LandingPage/components/SearchBar.js +58 -0
  193. package/lib/pages/LandingPage/components/SearchBar.js.map +1 -0
  194. package/lib/pages/LandingPage/index.d.ts +3 -0
  195. package/lib/pages/LandingPage/index.d.ts.map +1 -0
  196. package/lib/pages/LandingPage/index.js +209 -0
  197. package/lib/pages/LandingPage/index.js.map +1 -0
  198. package/lib/routes.json +58 -0
  199. package/lib/slot-fill/FooterFill.d.ts +3 -0
  200. package/lib/slot-fill/FooterFill.d.ts.map +1 -0
  201. package/lib/slot-fill/FooterFill.js +12 -0
  202. package/lib/slot-fill/FooterFill.js.map +1 -0
  203. package/lib/slot-fill/HeaderSearchButtonFill.d.ts +3 -0
  204. package/lib/slot-fill/HeaderSearchButtonFill.d.ts.map +1 -0
  205. package/lib/slot-fill/LogoFill.d.ts +5 -0
  206. package/lib/slot-fill/LogoFill.d.ts.map +1 -0
  207. package/lib/slot-fill/LogoFill.js +74 -0
  208. package/lib/slot-fill/LogoFill.js.map +1 -0
  209. package/lib/slot-fill/RightContentFill.d.ts +3 -0
  210. package/lib/slot-fill/RightContentFill.d.ts.map +1 -0
  211. package/lib/slot-fill/RightContentFill.js +14 -0
  212. package/lib/slot-fill/RightContentFill.js.map +1 -0
  213. package/lib/slot-fill/SearchBarFill.d.ts +4 -0
  214. package/lib/slot-fill/SearchBarFill.d.ts.map +1 -0
  215. package/lib/slot-fill/consts.d.ts +5 -0
  216. package/lib/slot-fill/consts.d.ts.map +1 -0
  217. package/lib/slot-fill/consts.js +2 -0
  218. package/lib/slot-fill/consts.js.map +1 -0
  219. package/lib/slot-fill/index.d.ts +6 -0
  220. package/lib/slot-fill/index.d.ts.map +1 -0
  221. package/lib/utils/helpCenterUtils.d.ts +26 -0
  222. package/lib/utils/helpCenterUtils.d.ts.map +1 -0
  223. package/lib/utils/index.d.ts +3 -0
  224. package/lib/utils/index.d.ts.map +1 -0
  225. package/lib/utils/index.js +3 -0
  226. package/lib/utils/index.js.map +1 -0
  227. package/lib/utils/markdownLoader.d.ts +32 -0
  228. package/lib/utils/markdownLoader.d.ts.map +1 -0
  229. package/lib/utils/markdownLoader.js +1287 -0
  230. package/lib/utils/markdownLoader.js.map +1 -0
  231. package/package.json +58 -0
@@ -0,0 +1,73 @@
1
+ # AI Models Technical
2
+
3
+ Technical details about AI model integration.
4
+
5
+ ## Model Architecture
6
+
7
+ ### Model Types
8
+ - **Large Language Models**: GPT-4, Claude, custom models
9
+ - **Embedding Models**: Text embedding models
10
+ - **Classification Models**: Content classification models
11
+ - **Generation Models**: Text generation models
12
+
13
+ ### Model Integration
14
+ - **API Integration**: RESTful API integration
15
+ - **Model Routing**: Intelligent model selection
16
+ - **Load Balancing**: Model load balancing
17
+ - **Fallback Mechanisms**: Model fallback systems
18
+
19
+ ## Processing Pipeline
20
+
21
+ ### Query Processing
22
+ - **Natural Language Understanding**: NLU processing
23
+ - **Intent Classification**: Intent recognition
24
+ - **Entity Extraction**: Named entity recognition
25
+ - **Context Analysis**: Context understanding
26
+
27
+ ### Response Generation
28
+ - **Content Generation**: AI content generation
29
+ - **Source Integration**: Source citation integration
30
+ - **Quality Control**: Response quality control
31
+ - **Post-processing**: Response post-processing
32
+
33
+ ## Model Performance
34
+
35
+ ### Optimization
36
+ - **Model Optimization**: Model performance optimization
37
+ - **Inference Speed**: Fast inference processing
38
+ - **Memory Management**: Efficient memory usage
39
+ - **Batch Processing**: Batch processing capabilities
40
+
41
+ ### Monitoring
42
+ - **Performance Metrics**: Model performance monitoring
43
+ - **Quality Metrics**: Response quality metrics
44
+ - **Usage Analytics**: Model usage analytics
45
+ - **Error Tracking**: Error monitoring and tracking
46
+
47
+ ## Custom Models
48
+
49
+ ### Model Development
50
+ - **Fine-tuning**: Model fine-tuning processes
51
+ - **Custom Training**: Custom model training
52
+ - **Domain Adaptation**: Domain-specific adaptation
53
+ - **Model Evaluation**: Model evaluation metrics
54
+
55
+ ### Deployment
56
+ - **Model Deployment**: Production model deployment
57
+ - **Version Control**: Model version management
58
+ - **A/B Testing**: Model A/B testing
59
+ - **Rollback Procedures**: Model rollback procedures
60
+
61
+ ## Technical Specifications
62
+
63
+ ### Hardware Requirements
64
+ - **GPU Requirements**: GPU specifications
65
+ - **Memory Requirements**: Memory specifications
66
+ - **Storage Requirements**: Storage specifications
67
+ - **Network Requirements**: Network specifications
68
+
69
+ ### Software Requirements
70
+ - **Framework Versions**: ML framework versions
71
+ - **Dependencies**: Software dependencies
72
+ - **Compatibility**: System compatibility
73
+ - **Performance Tuning**: Performance optimization
@@ -0,0 +1,73 @@
1
+ # API Technical
2
+
3
+ Technical details about API implementation.
4
+
5
+ ## API Architecture
6
+
7
+ ### RESTful Design
8
+ - **REST Principles**: RESTful API design principles
9
+ - **Resource-based URLs**: Resource-based URL structure
10
+ - **HTTP Methods**: Proper HTTP method usage
11
+ - **Status Codes**: Standard HTTP status codes
12
+
13
+ ### API Gateway
14
+ - **Request Routing**: Intelligent request routing
15
+ - **Rate Limiting**: API rate limiting
16
+ - **Authentication**: API authentication
17
+ - **Monitoring**: API monitoring and analytics
18
+
19
+ ## API Endpoints
20
+
21
+ ### Core Endpoints
22
+ - **Search API**: Search functionality endpoints
23
+ - **User API**: User management endpoints
24
+ - **Content API**: Content management endpoints
25
+ - **Analytics API**: Analytics endpoints
26
+
27
+ ### Advanced Endpoints
28
+ - **Batch API**: Batch processing endpoints
29
+ - **Webhook API**: Webhook endpoints
30
+ - **Admin API**: Administrative endpoints
31
+ - **Integration API**: Third-party integration endpoints
32
+
33
+ ## Authentication & Security
34
+
35
+ ### Authentication Methods
36
+ - **API Keys**: API key authentication
37
+ - **OAuth 2.0**: OAuth 2.0 authentication
38
+ - **JWT Tokens**: JSON Web Token authentication
39
+ - **Multi-factor**: Multi-factor authentication
40
+
41
+ ### Security Measures
42
+ - **HTTPS**: Secure communication
43
+ - **Rate Limiting**: Request rate limiting
44
+ - **Input Validation**: Input validation and sanitization
45
+ - **Audit Logging**: Comprehensive audit logging
46
+
47
+ ## API Performance
48
+
49
+ ### Optimization
50
+ - **Response Caching**: API response caching
51
+ - **Compression**: Response compression
52
+ - **Pagination**: Efficient pagination
53
+ - **Async Processing**: Asynchronous processing
54
+
55
+ ### Monitoring
56
+ - **Performance Metrics**: API performance monitoring
57
+ - **Error Tracking**: Error monitoring and tracking
58
+ - **Usage Analytics**: API usage analytics
59
+ - **Health Checks**: API health monitoring
60
+
61
+ ## SDK and Libraries
62
+
63
+ ### Official SDKs
64
+ - **Python SDK**: Python development kit
65
+ - **JavaScript SDK**: JavaScript development kit
66
+ - **Node.js SDK**: Node.js development kit
67
+ - **Go SDK**: Go development kit
68
+
69
+ ### Community Libraries
70
+ - **Third-party Libraries**: Community-contributed libraries
71
+ - **Language Support**: Additional language support
72
+ - **Framework Integration**: Framework integrations
73
+ - **Documentation**: Comprehensive documentation
@@ -0,0 +1,73 @@
1
+ # Data Processing
2
+
3
+ How Yantra processes and analyzes data.
4
+
5
+ ## Data Pipeline
6
+
7
+ ### Data Ingestion
8
+ - **Web Crawling**: Automated web content crawling
9
+ - **API Integration**: Third-party API data ingestion
10
+ - **User Input**: User-generated content processing
11
+ - **File Uploads**: Document and file processing
12
+
13
+ ### Data Processing
14
+ - **Content Extraction**: Text and content extraction
15
+ - **Data Cleaning**: Data cleaning and normalization
16
+ - **Data Enrichment**: Data enrichment and enhancement
17
+ - **Data Validation**: Data quality validation
18
+
19
+ ## Processing Architecture
20
+
21
+ ### Stream Processing
22
+ - **Real-time Processing**: Real-time data processing
23
+ - **Event Streaming**: Event-driven processing
24
+ - **Message Queues**: Asynchronous processing
25
+ - **Batch Processing**: Batch data processing
26
+
27
+ ### Data Transformation
28
+ - **ETL Processes**: Extract, transform, load
29
+ - **Data Mapping**: Data field mapping
30
+ - **Format Conversion**: Data format conversion
31
+ - **Schema Evolution**: Schema management
32
+
33
+ ## Content Analysis
34
+
35
+ ### Text Processing
36
+ - **Natural Language Processing**: NLP processing
37
+ - **Sentiment Analysis**: Sentiment detection
38
+ - **Topic Modeling**: Topic extraction
39
+ - **Entity Recognition**: Named entity recognition
40
+
41
+ ### Content Classification
42
+ - **Content Categorization**: Automatic categorization
43
+ - **Quality Assessment**: Content quality scoring
44
+ - **Relevance Scoring**: Relevance assessment
45
+ - **Duplicate Detection**: Duplicate content detection
46
+
47
+ ## Data Storage
48
+
49
+ ### Storage Systems
50
+ - **Primary Storage**: PostgreSQL database
51
+ - **Search Storage**: Elasticsearch index
52
+ - **Cache Storage**: Redis cache
53
+ - **File Storage**: Object storage system
54
+
55
+ ### Data Management
56
+ - **Data Lifecycle**: Data lifecycle management
57
+ - **Data Retention**: Data retention policies
58
+ - **Data Archival**: Data archival processes
59
+ - **Data Deletion**: Secure data deletion
60
+
61
+ ## Performance Optimization
62
+
63
+ ### Processing Performance
64
+ - **Parallel Processing**: Multi-threaded processing
65
+ - **Distributed Processing**: Distributed computing
66
+ - **Caching**: Intelligent caching strategies
67
+ - **Optimization**: Performance optimization
68
+
69
+ ### Scalability
70
+ - **Horizontal Scaling**: Scale-out architecture
71
+ - **Load Distribution**: Load balancing
72
+ - **Resource Management**: Resource optimization
73
+ - **Auto-scaling**: Automatic scaling
@@ -0,0 +1,73 @@
1
+ # Database Architecture
2
+
3
+ Technical details about data storage and retrieval.
4
+
5
+ ## Database Design
6
+
7
+ ### Primary Database
8
+ - **PostgreSQL**: Primary relational database
9
+ - **Schema Design**: Optimized database schema
10
+ - **Indexing Strategy**: Comprehensive indexing
11
+ - **Partitioning**: Database partitioning
12
+
13
+ ### Data Models
14
+ - **User Data**: User account and profile data
15
+ - **Content Data**: Search content and metadata
16
+ - **Usage Data**: User interaction and analytics data
17
+ - **System Data**: System configuration and logs
18
+
19
+ ## Storage Systems
20
+
21
+ ### Multi-tier Storage
22
+ - **Hot Storage**: Frequently accessed data
23
+ - **Warm Storage**: Moderately accessed data
24
+ - **Cold Storage**: Archive and backup data
25
+ - **Cache Layer**: High-speed cache storage
26
+
27
+ ### Data Distribution
28
+ - **Sharding**: Horizontal data partitioning
29
+ - **Replication**: Data replication for availability
30
+ - **Backup**: Automated backup systems
31
+ - **Recovery**: Disaster recovery procedures
32
+
33
+ ## Query Optimization
34
+
35
+ ### Performance Tuning
36
+ - **Query Analysis**: Query performance analysis
37
+ - **Index Optimization**: Database index optimization
38
+ - **Execution Plans**: Query execution optimization
39
+ - **Connection Pooling**: Database connection pooling
40
+
41
+ ### Caching Strategy
42
+ - **Query Caching**: Database query caching
43
+ - **Result Caching**: Application-level caching
44
+ - **CDN Caching**: Content delivery network caching
45
+ - **Distributed Caching**: Distributed cache systems
46
+
47
+ ## Data Management
48
+
49
+ ### Data Lifecycle
50
+ - **Data Ingestion**: Data collection and ingestion
51
+ - **Data Processing**: Data transformation and processing
52
+ - **Data Storage**: Data storage and organization
53
+ - **Data Archival**: Data archival and cleanup
54
+
55
+ ### Data Quality
56
+ - **Data Validation**: Data quality validation
57
+ - **Data Cleaning**: Data cleaning and normalization
58
+ - **Data Monitoring**: Data quality monitoring
59
+ - **Data Governance**: Data governance policies
60
+
61
+ ## Scalability
62
+
63
+ ### Horizontal Scaling
64
+ - **Database Sharding**: Horizontal database scaling
65
+ - **Read Replicas**: Read-only database replicas
66
+ - **Load Distribution**: Database load distribution
67
+ - **Auto-scaling**: Automatic database scaling
68
+
69
+ ### Performance Monitoring
70
+ - **Database Metrics**: Database performance metrics
71
+ - **Query Monitoring**: Query performance monitoring
72
+ - **Resource Monitoring**: Database resource monitoring
73
+ - **Alerting**: Database performance alerting
@@ -0,0 +1,73 @@
1
+ # Infrastructure
2
+
3
+ Yantra's technical infrastructure and scalability.
4
+
5
+ ## Cloud Infrastructure
6
+
7
+ ### Cloud Architecture
8
+ - **Multi-cloud**: Multi-cloud deployment strategy
9
+ - **Microservices**: Microservices architecture
10
+ - **Containerization**: Docker containerization
11
+ - **Orchestration**: Kubernetes orchestration
12
+
13
+ ### Infrastructure Components
14
+ - **Compute**: Scalable compute resources
15
+ - **Storage**: Distributed storage systems
16
+ - **Networking**: High-performance networking
17
+ - **Security**: Infrastructure security
18
+
19
+ ## Scalability Design
20
+
21
+ ### Horizontal Scaling
22
+ - **Auto-scaling**: Automatic scaling based on demand
23
+ - **Load Balancing**: Advanced load balancing
24
+ - **Distributed Systems**: Distributed architecture
25
+ - **Resource Pooling**: Resource pooling strategies
26
+
27
+ ### Performance Optimization
28
+ - **Caching**: Multi-layer caching
29
+ - **CDN**: Content delivery network
30
+ - **Database Optimization**: Database performance tuning
31
+ - **Network Optimization**: Network performance optimization
32
+
33
+ ## High Availability
34
+
35
+ ### Availability Design
36
+ - **Redundancy**: System redundancy
37
+ - **Failover**: Automatic failover
38
+ - **Disaster Recovery**: Disaster recovery procedures
39
+ - **Backup Systems**: Comprehensive backup systems
40
+
41
+ ### Monitoring
42
+ - **Health Monitoring**: System health monitoring
43
+ - **Performance Monitoring**: Performance metrics
44
+ - **Alerting**: Automated alerting systems
45
+ - **Logging**: Comprehensive logging
46
+
47
+ ## Security Infrastructure
48
+
49
+ ### Security Measures
50
+ - **Network Security**: Network-level security
51
+ - **Application Security**: Application security
52
+ - **Data Security**: Data protection measures
53
+ - **Access Control**: Access control systems
54
+
55
+ ### Compliance
56
+ - **Security Standards**: Industry security standards
57
+ - **Compliance Monitoring**: Compliance monitoring
58
+ - **Audit Logging**: Comprehensive audit logs
59
+ - **Security Testing**: Regular security testing
60
+
61
+ ## Global Infrastructure
62
+
63
+ ### Geographic Distribution
64
+ - **Multi-region**: Multi-region deployment
65
+ - **Edge Computing**: Edge computing capabilities
66
+ - **Latency Optimization**: Low-latency optimization
67
+ - **Data Residency**: Data residency compliance
68
+
69
+ ### Network Architecture
70
+ - **Global Network**: Global network infrastructure
71
+ - **Peering**: Network peering agreements
72
+ - **Traffic Management**: Intelligent traffic management
73
+ - **Bandwidth**: High-bandwidth connectivity
@@ -0,0 +1,73 @@
1
+ # Performance Optimization
2
+
3
+ Technical optimizations for speed and efficiency.
4
+
5
+ ## System Performance
6
+
7
+ ### Response Time Optimization
8
+ - **Query Optimization**: Database query optimization
9
+ - **Caching Strategies**: Intelligent caching
10
+ - **CDN Integration**: Content delivery network
11
+ - **Load Balancing**: Advanced load balancing
12
+
13
+ ### Throughput Optimization
14
+ - **Parallel Processing**: Multi-threaded processing
15
+ - **Async Operations**: Asynchronous operations
16
+ - **Connection Pooling**: Database connection pooling
17
+ - **Resource Management**: Efficient resource management
18
+
19
+ ## Database Optimization
20
+
21
+ ### Query Performance
22
+ - **Index Optimization**: Database index optimization
23
+ - **Query Analysis**: Query performance analysis
24
+ - **Execution Plans**: Query execution optimization
25
+ - **Connection Optimization**: Database connection optimization
26
+
27
+ ### Storage Optimization
28
+ - **Data Partitioning**: Database partitioning
29
+ - **Compression**: Data compression techniques
30
+ - **Archiving**: Data archiving strategies
31
+ - **Cleanup**: Automated data cleanup
32
+
33
+ ## Application Optimization
34
+
35
+ ### Code Optimization
36
+ - **Algorithm Optimization**: Algorithm efficiency
37
+ - **Memory Management**: Memory optimization
38
+ - **CPU Optimization**: CPU usage optimization
39
+ - **I/O Optimization**: Input/output optimization
40
+
41
+ ### Framework Optimization
42
+ - **Framework Tuning**: Framework configuration
43
+ - **Middleware Optimization**: Middleware performance
44
+ - **Library Optimization**: Third-party library optimization
45
+ - **Dependency Management**: Dependency optimization
46
+
47
+ ## Infrastructure Optimization
48
+
49
+ ### Server Optimization
50
+ - **Hardware Optimization**: Hardware configuration
51
+ - **OS Tuning**: Operating system tuning
52
+ - **Network Optimization**: Network performance
53
+ - **Storage Optimization**: Storage performance
54
+
55
+ ### Cloud Optimization
56
+ - **Resource Allocation**: Optimal resource allocation
57
+ - **Auto-scaling**: Intelligent auto-scaling
58
+ - **Cost Optimization**: Cloud cost optimization
59
+ - **Performance Monitoring**: Performance monitoring
60
+
61
+ ## Monitoring and Profiling
62
+
63
+ ### Performance Monitoring
64
+ - **Real-time Monitoring**: Real-time performance monitoring
65
+ - **Metrics Collection**: Performance metrics collection
66
+ - **Alerting**: Performance alerting
67
+ - **Dashboards**: Performance dashboards
68
+
69
+ ### Profiling Tools
70
+ - **Application Profiling**: Application performance profiling
71
+ - **Database Profiling**: Database performance profiling
72
+ - **Network Profiling**: Network performance profiling
73
+ - **System Profiling**: System performance profiling
@@ -0,0 +1,73 @@
1
+ # Search Algorithms
2
+
3
+ Technical details about Yantra's search algorithms.
4
+
5
+ ## Search Architecture
6
+
7
+ ### Core Algorithms
8
+ - **Vector Search**: Semantic vector search
9
+ - **Keyword Search**: Traditional keyword matching
10
+ - **Hybrid Search**: Combined vector and keyword search
11
+ - **Ranking Algorithms**: Advanced ranking algorithms
12
+
13
+ ### Search Pipeline
14
+ - **Query Processing**: Query analysis and processing
15
+ - **Index Lookup**: Search index lookup
16
+ - **Result Ranking**: Result ranking and scoring
17
+ - **Result Filtering**: Result filtering and refinement
18
+
19
+ ## Ranking Algorithms
20
+
21
+ ### Relevance Scoring
22
+ - **TF-IDF**: Term frequency-inverse document frequency
23
+ - **BM25**: Best Matching 25 algorithm
24
+ - **Semantic Similarity**: Semantic similarity scoring
25
+ - **User Behavior**: User behavior-based ranking
26
+
27
+ ### Ranking Factors
28
+ - **Content Quality**: Content quality assessment
29
+ - **Source Authority**: Source authority scoring
30
+ - **Recency**: Content recency scoring
31
+ - **User Preferences**: Personalized ranking
32
+
33
+ ## Indexing System
34
+
35
+ ### Search Index
36
+ - **Inverted Index**: Traditional inverted index
37
+ - **Vector Index**: Semantic vector index
38
+ - **Metadata Index**: Metadata indexing
39
+ - **Full-text Index**: Full-text search index
40
+
41
+ ### Index Management
42
+ - **Index Updates**: Real-time index updates
43
+ - **Index Optimization**: Index optimization
44
+ - **Index Partitioning**: Index partitioning
45
+ - **Index Backup**: Index backup and recovery
46
+
47
+ ## Query Processing
48
+
49
+ ### Query Analysis
50
+ - **Query Parsing**: Natural language query parsing
51
+ - **Query Expansion**: Query expansion techniques
52
+ - **Query Optimization**: Query optimization
53
+ - **Query Caching**: Query result caching
54
+
55
+ ### Intent Recognition
56
+ - **Intent Classification**: User intent classification
57
+ - **Entity Recognition**: Named entity recognition
58
+ - **Context Understanding**: Context analysis
59
+ - **Query Disambiguation**: Query disambiguation
60
+
61
+ ## Performance Optimization
62
+
63
+ ### Search Performance
64
+ - **Response Time**: Sub-second response times
65
+ - **Throughput**: High query throughput
66
+ - **Scalability**: Horizontal scaling
67
+ - **Caching**: Multi-layer caching
68
+
69
+ ### Optimization Techniques
70
+ - **Index Optimization**: Search index optimization
71
+ - **Query Optimization**: Query performance optimization
72
+ - **Caching Strategies**: Intelligent caching
73
+ - **Load Balancing**: Search load balancing
@@ -0,0 +1,73 @@
1
+ # Technical Overview
2
+
3
+ Technical architecture and implementation details.
4
+
5
+ ## System Architecture
6
+
7
+ ### Core Components
8
+ - **Search Engine**: Advanced search processing engine
9
+ - **AI Integration**: Multiple AI model integration
10
+ - **Data Processing**: Real-time data processing pipeline
11
+ - **API Layer**: RESTful API architecture
12
+
13
+ ### Infrastructure
14
+ - **Cloud Infrastructure**: Scalable cloud infrastructure
15
+ - **Microservices**: Microservices architecture
16
+ - **Load Balancing**: Advanced load balancing
17
+ - **Caching**: Multi-layer caching system
18
+
19
+ ## Technology Stack
20
+
21
+ ### Backend Technologies
22
+ - **Programming Languages**: Python, Node.js, Go
23
+ - **Frameworks**: FastAPI, Express.js, Gin
24
+ - **Databases**: PostgreSQL, Redis, Elasticsearch
25
+ - **Message Queues**: Apache Kafka, RabbitMQ
26
+
27
+ ### Frontend Technologies
28
+ - **Web Framework**: React, TypeScript
29
+ - **Mobile**: React Native, Flutter
30
+ - **Build Tools**: Webpack, Vite, Rollup
31
+ - **Testing**: Jest, Cypress, Playwright
32
+
33
+ ## AI Integration
34
+
35
+ ### Model Architecture
36
+ - **GPT Integration**: OpenAI GPT model integration
37
+ - **Claude Integration**: Anthropic Claude integration
38
+ - **Custom Models**: Proprietary model development
39
+ - **Model Selection**: Intelligent model routing
40
+
41
+ ### Processing Pipeline
42
+ - **Query Analysis**: Natural language query analysis
43
+ - **Intent Recognition**: User intent recognition
44
+ - **Context Management**: Conversation context management
45
+ - **Response Generation**: AI response generation
46
+
47
+ ## Data Architecture
48
+
49
+ ### Data Storage
50
+ - **Primary Database**: PostgreSQL for structured data
51
+ - **Search Index**: Elasticsearch for search functionality
52
+ - **Cache Layer**: Redis for high-speed caching
53
+ - **File Storage**: S3-compatible object storage
54
+
55
+ ### Data Processing
56
+ - **ETL Pipelines**: Extract, transform, load processes
57
+ - **Real-time Processing**: Stream processing with Kafka
58
+ - **Data Validation**: Comprehensive data validation
59
+ - **Data Quality**: Data quality monitoring
60
+
61
+ ## Security Architecture
62
+
63
+ ### Security Measures
64
+ - **Authentication**: Multi-factor authentication
65
+ - **Authorization**: Role-based access control
66
+ - **Encryption**: End-to-end encryption
67
+ - **Network Security**: Network-level security
68
+
69
+ ### Compliance
70
+ - **GDPR Compliance**: European data protection compliance
71
+ - **SOC 2**: Security and compliance certification
72
+ - **ISO 27001**: Information security management
73
+ - **Privacy by Design**: Privacy-first architecture
@@ -0,0 +1,59 @@
1
+ # Conversation Management
2
+
3
+ Managing and organizing your conversation threads.
4
+
5
+ ## Thread Management
6
+
7
+ ### Creating Conversations
8
+ - **New Thread**: Start new conversation thread
9
+ - **Topic Definition**: Define conversation topic
10
+ - **Context Setting**: Set conversation context
11
+ - **Participant Invitation**: Invite conversation participants
12
+
13
+ ### Organizing Threads
14
+ - **Topic Grouping**: Group threads by topic
15
+ - **Priority Setting**: Set thread priorities
16
+ - **Status Tracking**: Track thread status
17
+ - **Archive Management**: Archive completed threads
18
+
19
+ ## Conversation Features
20
+
21
+ ### Context Preservation
22
+ - **History Tracking**: Track conversation history
23
+ - **Reference Linking**: Link to previous discussions
24
+ - **Context Awareness**: Maintain context across messages
25
+ - **Follow-up Management**: Manage follow-up questions
26
+
27
+ ### Collaboration Tools
28
+ - **Member Roles**: Assign conversation roles
29
+ - **Permission Control**: Control conversation permissions
30
+ - **Activity Monitoring**: Monitor conversation activity
31
+ - **Communication Tools**: Use built-in communication tools
32
+
33
+ ## Thread Organization
34
+
35
+ ### Structure Management
36
+ - **Hierarchical Organization**: Organize threads hierarchically
37
+ - **Category System**: Use category system
38
+ - **Tagging System**: Tag conversations for easy finding
39
+ - **Search Functionality**: Search within conversations
40
+
41
+ ### Content Management
42
+ - **Message Organization**: Organize messages within threads
43
+ - **Attachment Management**: Manage file attachments
44
+ - **Link Management**: Manage external links
45
+ - **Citation Tracking**: Track source citations
46
+
47
+ ## Advanced Features
48
+
49
+ ### Thread Analytics
50
+ - **Participation Metrics**: Track participation metrics
51
+ - **Activity Analysis**: Analyze conversation activity
52
+ - **Engagement Tracking**: Track engagement levels
53
+ - **Productivity Metrics**: Measure conversation productivity
54
+
55
+ ### Integration Features
56
+ - **External Tools**: Integrate with external tools
57
+ - **API Access**: Programmatic access to threads
58
+ - **Export Options**: Export conversation data
59
+ - **Sync Capabilities**: Sync across devices