@adminide-stack/yantra-help-browser 12.0.16-alpha.6 → 12.0.16
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/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +186 -90
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts +1 -5
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +123 -69
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/Icons.d.ts +55 -0
- package/lib/components/Icons.d.ts.map +1 -0
- package/lib/components/Icons.js +186 -0
- package/lib/components/Icons.js.map +1 -0
- package/lib/components/Logo.d.ts +1 -2
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +5 -8
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/PageHero.d.ts +9 -0
- package/lib/components/PageHero.d.ts.map +1 -0
- package/lib/components/PageHero.js +47 -0
- package/lib/components/PageHero.js.map +1 -0
- package/lib/components/SearchBar.d.ts +8 -0
- package/lib/components/SearchBar.d.ts.map +1 -0
- package/lib/components/SearchBar.js +262 -0
- package/lib/components/SearchBar.js.map +1 -0
- package/lib/components/SidebarSearch.d.ts +8 -0
- package/lib/components/SidebarSearch.d.ts.map +1 -0
- package/lib/components/SidebarSearch.js +114 -0
- package/lib/components/SidebarSearch.js.map +1 -0
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +32 -36
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts +17 -0
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +111 -3
- package/lib/compute.js.map +1 -1
- package/lib/pages/About/index.d.ts +3 -0
- package/lib/pages/About/index.d.ts.map +1 -0
- package/lib/pages/About/index.js +69 -0
- package/lib/pages/About/index.js.map +1 -0
- package/lib/pages/Blog/index.d.ts +3 -0
- package/lib/pages/Blog/index.d.ts.map +1 -0
- package/lib/pages/Blog/index.js +172 -0
- package/lib/pages/Blog/index.js.map +1 -0
- package/lib/pages/BlogPost/index.d.ts +3 -0
- package/lib/pages/BlogPost/index.d.ts.map +1 -0
- package/lib/pages/BlogPost/index.js +209 -0
- package/lib/pages/BlogPost/index.js.map +1 -0
- package/lib/pages/Careers/index.d.ts +3 -0
- package/lib/pages/Careers/index.d.ts.map +1 -0
- package/lib/pages/Careers/index.js +78 -0
- package/lib/pages/Careers/index.js.map +1 -0
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +86 -80
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/Community/index.d.ts +3 -0
- package/lib/pages/Community/index.d.ts.map +1 -0
- package/lib/pages/Community/index.js +72 -0
- package/lib/pages/Community/index.js.map +1 -0
- package/lib/pages/Contact/index.d.ts +3 -0
- package/lib/pages/Contact/index.d.ts.map +1 -0
- package/lib/pages/Contact/index.js +128 -0
- package/lib/pages/Contact/index.js.map +1 -0
- package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +333 -713
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +154 -68
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +338 -78
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts +3 -0
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +22 -37
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +261 -44
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts +16 -0
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +83 -12
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts +2 -2
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +31 -20
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
- package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.js +33 -23
- package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +35 -13
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.js +24 -9
- package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +1 -7
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +108 -40
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +24 -19
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts +2 -2
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.js +28 -14
- package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +189 -130
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js +318 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
- package/lib/pages/Markdown/index.d.ts +3 -0
- package/lib/pages/Markdown/index.d.ts.map +1 -0
- package/lib/pages/Markdown/index.js +5 -0
- package/lib/pages/Markdown/index.js.map +1 -0
- package/lib/pages/Privacy/index.d.ts +3 -0
- package/lib/pages/Privacy/index.d.ts.map +1 -0
- package/lib/pages/Privacy/index.js +449 -0
- package/lib/pages/Privacy/index.js.map +1 -0
- package/lib/pages/ReleaseNotes/index.d.ts +3 -0
- package/lib/pages/ReleaseNotes/index.d.ts.map +1 -0
- package/lib/pages/ReleaseNotes/index.js +61 -0
- package/lib/pages/ReleaseNotes/index.js.map +1 -0
- package/lib/pages/StatusPage/index.d.ts +3 -0
- package/lib/pages/StatusPage/index.d.ts.map +1 -0
- package/lib/pages/StatusPage/index.js +85 -0
- package/lib/pages/StatusPage/index.js.map +1 -0
- package/lib/pages/Terms/index.d.ts +3 -0
- package/lib/pages/Terms/index.d.ts.map +1 -0
- package/lib/pages/Terms/index.js +60 -0
- package/lib/pages/Terms/index.js.map +1 -0
- package/lib/routes.json +138 -1
- package/lib/templates/content/account-management/account-setup.md +83 -0
- package/lib/templates/content/account-management/delete-account.md +81 -0
- package/lib/templates/content/account-management/preferences.md +98 -0
- package/lib/templates/content/account-management/privacy-settings.md +94 -0
- package/lib/templates/content/account-management/profile-settings.md +78 -0
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/blog/how-yantra-browser-automates-workflows.md +120 -0
- package/lib/templates/content/blog/introducing-yantra-browser.md +90 -0
- package/lib/templates/content/blog/yantra-browser-productivity-tips.md +98 -0
- package/lib/templates/content/browser-extension/browser-extension-overview.md +60 -0
- package/lib/templates/content/browser-extension/extension-security.md +126 -0
- package/lib/templates/content/browser-extension/getting-started-extension.md +96 -0
- package/lib/templates/content/browser-extension/how-it-works.md +112 -0
- package/lib/templates/content/browser-extension/troubleshooting-extension.md +138 -0
- package/lib/templates/content/browser-extension/use-cases-workflows.md +123 -0
- package/lib/templates/content/content-manifest.json +6245 -0
- package/lib/templates/content/data-privacy/data-collection.md +78 -0
- package/lib/templates/content/data-privacy/privacy-policy.md +100 -0
- package/lib/templates/content/data-subject-privacy/data-access.md +90 -0
- package/lib/templates/content/data-subject-privacy/data-portability.md +97 -0
- package/lib/templates/content/data-subject-privacy/privacy-requests.md +95 -0
- package/lib/templates/content/file-uploads/file-upload-overview.md +93 -0
- package/lib/templates/content/getting-started/getting-started-guide.md +88 -0
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/templates/content/product-features/ai-models.md +89 -0
- package/lib/templates/content/product-features/collaboration-tools.md +88 -0
- package/lib/templates/content/product-features/conversation-features.md +76 -0
- package/lib/templates/content/product-features/export-features.md +87 -0
- package/lib/templates/content/product-features/follow-up-questions.md +82 -0
- package/lib/templates/content/product-features/real-time-search.md +84 -0
- package/lib/templates/content/product-features/saved-searches.md +75 -0
- package/lib/templates/content/product-features/search-features.md +82 -0
- package/lib/templates/content/product-features/search-history.md +86 -0
- package/lib/templates/content/product-features/source-citations.md +100 -0
- package/lib/templates/content/scope-api/api-overview.md +104 -0
- package/lib/templates/content/search-modes/deep-research.md +109 -0
- package/lib/templates/content/search-modes/labs-features.md +81 -0
- package/lib/templates/content/search-modes/pro-search.md +75 -0
- package/lib/templates/content/search-modes/regular-search.md +86 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/templates/content/spaces-library/spaces-overview.md +89 -0
- package/lib/templates/content/student-hub/academic-research.md +106 -0
- package/lib/templates/content/student-hub/student-discounts.md +78 -0
- package/lib/templates/content/student-hub/student-overview.md +86 -0
- package/lib/templates/content/student-hub/study-tools.md +121 -0
- package/lib/templates/content/subscription-billing/billing-cycle.md +71 -0
- package/lib/templates/content/subscription-billing/billing-overview.md +72 -0
- package/lib/templates/content/subscription-billing/billing-support.md +74 -0
- package/lib/templates/content/subscription-billing/currency-support.md +57 -0
- package/lib/templates/content/subscription-billing/enterprise-pricing.md +74 -0
- package/lib/templates/content/subscription-billing/invoice-management.md +86 -0
- package/lib/templates/content/subscription-billing/payment-methods.md +77 -0
- package/lib/templates/content/subscription-billing/promotional-offers.md +81 -0
- package/lib/templates/content/subscription-billing/refund-policy.md +80 -0
- package/lib/templates/content/subscription-billing/student-discounts.md +88 -0
- package/lib/templates/content/subscription-billing/tax-information.md +86 -0
- package/lib/templates/content/technical-questions/ai-models-technical.md +87 -0
- package/lib/templates/content/technical-questions/api-technical.md +158 -0
- package/lib/templates/content/technical-questions/data-processing.md +102 -0
- package/lib/templates/content/technical-questions/database-architecture.md +120 -0
- package/lib/templates/content/technical-questions/infrastructure.md +132 -0
- package/lib/templates/content/technical-questions/performance-optimization.md +105 -0
- package/lib/templates/content/technical-questions/search-algorithms.md +105 -0
- package/lib/templates/content/technical-questions/technical-overview.md +107 -0
- package/lib/templates/content/threads/conversation-management.md +103 -0
- package/lib/templates/content/threads/threads-overview.md +92 -0
- package/lib/templates/content/troubleshooting/common-issues.md +115 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/lib/templates/content/what-is-yantra/getting-started-yantra.md +85 -0
- package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
- package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
- package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
- package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
- package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
- package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
- package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
- package/lib/utils/docsNavigation.d.ts +10 -0
- package/lib/utils/docsNavigation.d.ts.map +1 -0
- package/lib/utils/docsNavigation.js +209 -0
- package/lib/utils/docsNavigation.js.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -1
- package/lib/utils/markdownLoader.d.ts +12 -4
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +362 -1163
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +23 -6
- package/lib/content/account-management/account-setup.md +0 -74
- package/lib/content/account-management/delete-account.md +0 -74
- package/lib/content/account-management/preferences.md +0 -73
- package/lib/content/account-management/privacy-settings.md +0 -73
- package/lib/content/account-management/profile-settings.md +0 -59
- package/lib/content/data-privacy/data-collection.md +0 -65
- package/lib/content/data-privacy/privacy-policy.md +0 -73
- package/lib/content/data-subject-privacy/data-access.md +0 -88
- package/lib/content/data-subject-privacy/data-portability.md +0 -108
- package/lib/content/data-subject-privacy/privacy-requests.md +0 -80
- package/lib/content/file-uploads/file-upload-overview.md +0 -65
- package/lib/content/getting-started/getting-started-guide.md +0 -65
- package/lib/content/product-features/ai-models.md +0 -84
- package/lib/content/product-features/collaboration-tools.md +0 -59
- package/lib/content/product-features/conversation-features.md +0 -45
- package/lib/content/product-features/export-features.md +0 -59
- package/lib/content/product-features/follow-up-questions.md +0 -59
- package/lib/content/product-features/real-time-search.md +0 -59
- package/lib/content/product-features/saved-searches.md +0 -59
- package/lib/content/product-features/search-features.md +0 -64
- package/lib/content/product-features/search-history.md +0 -59
- package/lib/content/product-features/source-citations.md +0 -59
- package/lib/content/scope-api/api-overview.md +0 -59
- package/lib/content/search-modes/deep-research.md +0 -60
- package/lib/content/search-modes/labs-features.md +0 -73
- package/lib/content/search-modes/pro-search.md +0 -59
- package/lib/content/search-modes/regular-search.md +0 -60
- package/lib/content/spaces-library/spaces-overview.md +0 -60
- package/lib/content/student-hub/academic-research.md +0 -61
- package/lib/content/student-hub/student-discounts.md +0 -74
- package/lib/content/student-hub/student-overview.md +0 -59
- package/lib/content/student-hub/study-tools.md +0 -59
- package/lib/content/subscription-billing/billing-cycle.md +0 -61
- package/lib/content/subscription-billing/billing-overview.md +0 -45
- package/lib/content/subscription-billing/billing-support.md +0 -59
- package/lib/content/subscription-billing/currency-support.md +0 -73
- package/lib/content/subscription-billing/enterprise-pricing.md +0 -60
- package/lib/content/subscription-billing/invoice-management.md +0 -59
- package/lib/content/subscription-billing/payment-methods.md +0 -67
- package/lib/content/subscription-billing/promotional-offers.md +0 -61
- package/lib/content/subscription-billing/refund-policy.md +0 -75
- package/lib/content/subscription-billing/student-discounts.md +0 -74
- package/lib/content/subscription-billing/tax-information.md +0 -59
- package/lib/content/technical-questions/ai-models-technical.md +0 -73
- package/lib/content/technical-questions/api-technical.md +0 -73
- package/lib/content/technical-questions/data-processing.md +0 -73
- package/lib/content/technical-questions/database-architecture.md +0 -73
- package/lib/content/technical-questions/infrastructure.md +0 -73
- package/lib/content/technical-questions/performance-optimization.md +0 -73
- package/lib/content/technical-questions/search-algorithms.md +0 -73
- package/lib/content/technical-questions/technical-overview.md +0 -73
- package/lib/content/threads/conversation-management.md +0 -59
- package/lib/content/threads/threads-overview.md +0 -60
- package/lib/content/troubleshooting/common-issues.md +0 -59
- package/lib/content/what-is-yantra/getting-started-yantra.md +0 -84
- package/lib/pages/ArticlePage/index.d.ts +0 -4
- package/lib/pages/ArticlePage/index.d.ts.map +0 -1
- package/lib/pages/ArticlePage/index.js +0 -190
- package/lib/pages/ArticlePage/index.js.map +0 -1
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/Assets.js +0 -14
- package/lib/pages/LandingPage/components/Assets.js.map +0 -1
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -14
- package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/Icons.js +0 -174
- package/lib/pages/LandingPage/components/Icons.js.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.js +0 -58
- package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Follow-up Questions
|
|
2
|
-
|
|
3
|
-
How to use follow-up questions for deeper understanding.
|
|
4
|
-
|
|
5
|
-
## Follow-up Strategies
|
|
6
|
-
|
|
7
|
-
### Building on Answers
|
|
8
|
-
- **Clarification**: Ask for more specific details
|
|
9
|
-
- **Examples**: Request concrete examples
|
|
10
|
-
- **Implications**: Explore consequences and effects
|
|
11
|
-
- **Comparisons**: Compare with other options
|
|
12
|
-
|
|
13
|
-
### Deepening Understanding
|
|
14
|
-
- **Why Questions**: Understand underlying reasons
|
|
15
|
-
- **How Questions**: Learn about processes and methods
|
|
16
|
-
- **What If Questions**: Explore hypothetical scenarios
|
|
17
|
-
- **When Questions**: Understand timing and context
|
|
18
|
-
|
|
19
|
-
## Effective Follow-up Techniques
|
|
20
|
-
|
|
21
|
-
### Question Types
|
|
22
|
-
- **Open-ended**: Encourage detailed responses
|
|
23
|
-
- **Specific**: Focus on particular aspects
|
|
24
|
-
- **Comparative**: Compare different options
|
|
25
|
-
- **Exploratory**: Discover new information
|
|
26
|
-
|
|
27
|
-
### Context Building
|
|
28
|
-
- **Reference Previous Answers**: Build on earlier responses
|
|
29
|
-
- **Provide Additional Context**: Add relevant information
|
|
30
|
-
- **Specify Scope**: Define the scope of your question
|
|
31
|
-
- **Clarify Intent**: Explain what you're trying to understand
|
|
32
|
-
|
|
33
|
-
## Advanced Follow-up Features
|
|
34
|
-
|
|
35
|
-
### Conversation Flow
|
|
36
|
-
- **Context Preservation**: Maintain conversation context
|
|
37
|
-
- **Topic Threading**: Organize related questions
|
|
38
|
-
- **Session Management**: Track conversation progress
|
|
39
|
-
- **History Integration**: Reference past conversations
|
|
40
|
-
|
|
41
|
-
### Intelligent Suggestions
|
|
42
|
-
- **Related Questions**: Suggest relevant follow-ups
|
|
43
|
-
- **Topic Expansion**: Recommend related topics
|
|
44
|
-
- **Depth Indicators**: Show when to go deeper
|
|
45
|
-
- **Completion Signals**: Indicate when topics are covered
|
|
46
|
-
|
|
47
|
-
## Best Practices
|
|
48
|
-
|
|
49
|
-
### Question Formulation
|
|
50
|
-
- **Be Specific**: Ask focused questions
|
|
51
|
-
- **Provide Context**: Include relevant background
|
|
52
|
-
- **Use Examples**: Reference specific examples
|
|
53
|
-
- **Stay Relevant**: Keep questions on topic
|
|
54
|
-
|
|
55
|
-
### Conversation Management
|
|
56
|
-
- **Take Notes**: Record important information
|
|
57
|
-
- **Ask for Summaries**: Request periodic summaries
|
|
58
|
-
- **Verify Understanding**: Confirm your comprehension
|
|
59
|
-
- **Explore Connections**: Find relationships between topics
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Real-time Search
|
|
2
|
-
|
|
3
|
-
Understanding Yantra's real-time web search capabilities.
|
|
4
|
-
|
|
5
|
-
## Live Search Technology
|
|
6
|
-
|
|
7
|
-
### Real-time Processing
|
|
8
|
-
- **Instant Web Crawling**: Search the web as you ask
|
|
9
|
-
- **Live Data Integration**: Access current information
|
|
10
|
-
- **Dynamic Updates**: Information updates in real-time
|
|
11
|
-
- **Fresh Content**: Prioritize recent content
|
|
12
|
-
|
|
13
|
-
### Search Infrastructure
|
|
14
|
-
- **Distributed Crawling**: Multiple search engines
|
|
15
|
-
- **Content Aggregation**: Combine multiple sources
|
|
16
|
-
- **Data Processing**: Real-time analysis and synthesis
|
|
17
|
-
- **Result Ranking**: Dynamic relevance scoring
|
|
18
|
-
|
|
19
|
-
## Search Capabilities
|
|
20
|
-
|
|
21
|
-
### Current Information
|
|
22
|
-
- **Breaking News**: Latest news and events
|
|
23
|
-
- **Live Data**: Real-time statistics and updates
|
|
24
|
-
- **Trending Topics**: Current popular subjects
|
|
25
|
-
- **Recent Publications**: Latest articles and papers
|
|
26
|
-
|
|
27
|
-
### Dynamic Content
|
|
28
|
-
- **Social Media**: Current social media discussions
|
|
29
|
-
- **Market Data**: Live financial and market information
|
|
30
|
-
- **Weather Updates**: Current weather conditions
|
|
31
|
-
- **Event Information**: Live event updates
|
|
32
|
-
|
|
33
|
-
## Search Optimization
|
|
34
|
-
|
|
35
|
-
### Performance Features
|
|
36
|
-
- **Fast Response**: Quick search results
|
|
37
|
-
- **Parallel Processing**: Multiple searches simultaneously
|
|
38
|
-
- **Caching Strategy**: Optimize repeated searches
|
|
39
|
-
- **Load Balancing**: Distribute search load
|
|
40
|
-
|
|
41
|
-
### Quality Assurance
|
|
42
|
-
- **Source Verification**: Verify information accuracy
|
|
43
|
-
- **Content Filtering**: Remove irrelevant results
|
|
44
|
-
- **Duplicate Detection**: Eliminate duplicate content
|
|
45
|
-
- **Relevance Scoring**: Rank results by relevance
|
|
46
|
-
|
|
47
|
-
## Use Cases
|
|
48
|
-
|
|
49
|
-
### Research Applications
|
|
50
|
-
- **Current Events**: Stay updated on news
|
|
51
|
-
- **Market Research**: Access live market data
|
|
52
|
-
- **Academic Research**: Find recent publications
|
|
53
|
-
- **Competitive Analysis**: Monitor competitor activities
|
|
54
|
-
|
|
55
|
-
### Business Applications
|
|
56
|
-
- **Industry Monitoring**: Track industry developments
|
|
57
|
-
- **Customer Insights**: Understand current trends
|
|
58
|
-
- **Risk Assessment**: Monitor potential risks
|
|
59
|
-
- **Opportunity Identification**: Find new opportunities
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Saved Searches
|
|
2
|
-
|
|
3
|
-
How to save and organize your important searches.
|
|
4
|
-
|
|
5
|
-
## Saving Searches
|
|
6
|
-
|
|
7
|
-
### Save Options
|
|
8
|
-
- **Quick Save**: One-click save functionality
|
|
9
|
-
- **Save with Notes**: Add personal notes to searches
|
|
10
|
-
- **Save with Tags**: Organize with custom tags
|
|
11
|
-
- **Save with Categories**: Categorize searches
|
|
12
|
-
|
|
13
|
-
### Save Features
|
|
14
|
-
- **Search Results**: Save complete search results
|
|
15
|
-
- **Source Links**: Preserve all source citations
|
|
16
|
-
- **Conversation Context**: Save follow-up conversations
|
|
17
|
-
- **Search Parameters**: Remember search settings
|
|
18
|
-
|
|
19
|
-
## Organization System
|
|
20
|
-
|
|
21
|
-
### Categories and Tags
|
|
22
|
-
- **Custom Categories**: Create your own categories
|
|
23
|
-
- **Tag System**: Use tags for flexible organization
|
|
24
|
-
- **Hierarchical Structure**: Organize in folders
|
|
25
|
-
- **Search Within Saved**: Find saved searches quickly
|
|
26
|
-
|
|
27
|
-
### Collection Management
|
|
28
|
-
- **Collections**: Group related searches
|
|
29
|
-
- **Project Folders**: Organize by project or topic
|
|
30
|
-
- **Temporary Collections**: Quick temporary groupings
|
|
31
|
-
- **Shared Collections**: Collaborate with team members
|
|
32
|
-
|
|
33
|
-
## Advanced Features
|
|
34
|
-
|
|
35
|
-
### Search Management
|
|
36
|
-
- **Duplicate Detection**: Avoid saving duplicates
|
|
37
|
-
- **Version Control**: Track changes to saved searches
|
|
38
|
-
- **Archive System**: Archive old searches
|
|
39
|
-
- **Bulk Operations**: Manage multiple searches
|
|
40
|
-
|
|
41
|
-
### Integration Features
|
|
42
|
-
- **Export Options**: Export saved searches
|
|
43
|
-
- **API Access**: Programmatic access to saved searches
|
|
44
|
-
- **Sync Across Devices**: Access from any device
|
|
45
|
-
- **Backup and Restore**: Protect your saved searches
|
|
46
|
-
|
|
47
|
-
## Collaboration
|
|
48
|
-
|
|
49
|
-
### Sharing Features
|
|
50
|
-
- **Share Individual Searches**: Share specific searches
|
|
51
|
-
- **Share Collections**: Share entire collections
|
|
52
|
-
- **Permission Levels**: Control access levels
|
|
53
|
-
- **Comment System**: Add comments to shared searches
|
|
54
|
-
|
|
55
|
-
### Team Features
|
|
56
|
-
- **Team Collections**: Shared team collections
|
|
57
|
-
- **Collaborative Tagging**: Team-wide tagging system
|
|
58
|
-
- **Usage Analytics**: Track team search patterns
|
|
59
|
-
- **Knowledge Base**: Build team knowledge base
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
# Search Features
|
|
2
|
-
|
|
3
|
-
Yantra offers a comprehensive set of search features to help you find exactly what you need.
|
|
4
|
-
|
|
5
|
-
## Core Search Features
|
|
6
|
-
|
|
7
|
-
### Natural Language Processing
|
|
8
|
-
|
|
9
|
-
- **Conversational Queries**: Ask questions in natural language
|
|
10
|
-
- **Context Understanding**: Yantra understands context and nuance
|
|
11
|
-
- **Follow-up Questions**: Build on previous searches
|
|
12
|
-
- **Multi-language Support**: Search in multiple languages
|
|
13
|
-
|
|
14
|
-
### Real-time Search
|
|
15
|
-
|
|
16
|
-
- **Live Web Search**: Always up-to-date information
|
|
17
|
-
- **Source Verification**: All sources are verified
|
|
18
|
-
- **Citation Tracking**: Every claim is backed by sources
|
|
19
|
-
- **Fresh Content**: Prioritizes recent and relevant content
|
|
20
|
-
|
|
21
|
-
## Advanced Search Modes
|
|
22
|
-
|
|
23
|
-
### Regular Search
|
|
24
|
-
|
|
25
|
-
- **Quick Answers**: Fast responses to straightforward questions
|
|
26
|
-
- **Source Citations**: Links to original sources
|
|
27
|
-
- **Follow-up Suggestions**: Related questions to explore
|
|
28
|
-
|
|
29
|
-
### Pro Search
|
|
30
|
-
|
|
31
|
-
- **Detailed Analysis**: Comprehensive answers with analysis
|
|
32
|
-
- **Multiple Perspectives**: Different viewpoints on topics
|
|
33
|
-
- **Deep Dives**: Thorough exploration of complex topics
|
|
34
|
-
- **Expert Insights**: Professional-level analysis
|
|
35
|
-
|
|
36
|
-
### Deep Research
|
|
37
|
-
|
|
38
|
-
- **Comprehensive Research**: Extensive research on topics
|
|
39
|
-
- **Multiple Sources**: Aggregates information from many sources
|
|
40
|
-
- **Trend Analysis**: Identifies patterns and trends
|
|
41
|
-
- **Long-form Content**: Detailed, comprehensive answers
|
|
42
|
-
|
|
43
|
-
### Labs
|
|
44
|
-
|
|
45
|
-
- **Experimental Features**: Try new capabilities
|
|
46
|
-
- **Beta Testing**: Access to features in development
|
|
47
|
-
- **Feedback Integration**: Help shape new features
|
|
48
|
-
- **Early Access**: Be the first to try new capabilities
|
|
49
|
-
|
|
50
|
-
## Search Optimization
|
|
51
|
-
|
|
52
|
-
### Query Tips
|
|
53
|
-
|
|
54
|
-
- **Be Specific**: More specific questions get better answers
|
|
55
|
-
- **Provide Context**: Context helps Yantra understand your needs
|
|
56
|
-
- **Use Keywords**: Relevant keywords improve search results
|
|
57
|
-
- **Ask Follow-ups**: Build on previous searches
|
|
58
|
-
|
|
59
|
-
### Result Management
|
|
60
|
-
|
|
61
|
-
- **Save Searches**: Keep important searches for later
|
|
62
|
-
- **Export Results**: Save answers in various formats
|
|
63
|
-
- **Share Findings**: Collaborate with team members
|
|
64
|
-
- **Organize Collections**: Group related searches
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Search History
|
|
2
|
-
|
|
3
|
-
Managing and accessing your search history.
|
|
4
|
-
|
|
5
|
-
## History Features
|
|
6
|
-
|
|
7
|
-
### Search Tracking
|
|
8
|
-
- **Complete History**: All searches are saved
|
|
9
|
-
- **Timestamps**: When searches were performed
|
|
10
|
-
- **Results Tracking**: Track which results were useful
|
|
11
|
-
- **Session Organization**: Group searches by session
|
|
12
|
-
|
|
13
|
-
### History Management
|
|
14
|
-
- **Search Again**: Repeat previous searches
|
|
15
|
-
- **Modify Searches**: Edit and refine past queries
|
|
16
|
-
- **Delete History**: Remove unwanted searches
|
|
17
|
-
- **Export History**: Download search history
|
|
18
|
-
|
|
19
|
-
## History Organization
|
|
20
|
-
|
|
21
|
-
### Categorization
|
|
22
|
-
- **Topic Groups**: Organize by subject matter
|
|
23
|
-
- **Date Ranges**: Filter by time periods
|
|
24
|
-
- **Search Types**: Categorize by search mode
|
|
25
|
-
- **Result Quality**: Mark successful searches
|
|
26
|
-
|
|
27
|
-
### Search Analytics
|
|
28
|
-
- **Usage Patterns**: Understand your search habits
|
|
29
|
-
- **Popular Topics**: Identify frequently searched topics
|
|
30
|
-
- **Search Frequency**: Track how often you search
|
|
31
|
-
- **Result Effectiveness**: Measure search success
|
|
32
|
-
|
|
33
|
-
## Privacy and Security
|
|
34
|
-
|
|
35
|
-
### Data Protection
|
|
36
|
-
- **Secure Storage**: Encrypted search history
|
|
37
|
-
- **Access Control**: Control who can see your history
|
|
38
|
-
- **Data Retention**: Set how long to keep history
|
|
39
|
-
- **Anonymization**: Option to anonymize searches
|
|
40
|
-
|
|
41
|
-
### Privacy Options
|
|
42
|
-
- **Private Mode**: Search without saving history
|
|
43
|
-
- **Selective Saving**: Choose which searches to save
|
|
44
|
-
- **History Deletion**: Remove specific searches
|
|
45
|
-
- **Account Deletion**: Clear all history on account deletion
|
|
46
|
-
|
|
47
|
-
## Advanced Features
|
|
48
|
-
|
|
49
|
-
### Search Insights
|
|
50
|
-
- **Trend Analysis**: Identify search trends
|
|
51
|
-
- **Recommendation Engine**: Suggest related searches
|
|
52
|
-
- **Learning Patterns**: Adapt to your preferences
|
|
53
|
-
- **Personalization**: Customize based on history
|
|
54
|
-
|
|
55
|
-
### Integration Features
|
|
56
|
-
- **Calendar Integration**: Link searches to events
|
|
57
|
-
- **Project Management**: Organize searches by project
|
|
58
|
-
- **Team Sharing**: Share search history with team
|
|
59
|
-
- **API Access**: Programmatic access to history
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Source Citations
|
|
2
|
-
|
|
3
|
-
How Yantra provides verifiable sources for all answers.
|
|
4
|
-
|
|
5
|
-
## Citation System
|
|
6
|
-
|
|
7
|
-
### Source Verification
|
|
8
|
-
- **Real-time Verification**: Sources checked in real-time
|
|
9
|
-
- **Credibility Assessment**: Evaluate source reliability
|
|
10
|
-
- **Multiple Sources**: Cross-reference information
|
|
11
|
-
- **Source Diversity**: Include various perspectives
|
|
12
|
-
|
|
13
|
-
### Citation Format
|
|
14
|
-
- **Numbered References**: Clear citation numbering
|
|
15
|
-
- **Source Links**: Direct links to original content
|
|
16
|
-
- **Publication Dates**: Include when information was published
|
|
17
|
-
- **Author Information**: Credit original authors
|
|
18
|
-
|
|
19
|
-
## Source Types
|
|
20
|
-
|
|
21
|
-
### Web Sources
|
|
22
|
-
- **News Articles**: Current news and updates
|
|
23
|
-
- **Academic Papers**: Research and studies
|
|
24
|
-
- **Government Documents**: Official information
|
|
25
|
-
- **Industry Reports**: Professional analysis
|
|
26
|
-
|
|
27
|
-
### Media Sources
|
|
28
|
-
- **Images**: Visual content and diagrams
|
|
29
|
-
- **Videos**: Video explanations and demonstrations
|
|
30
|
-
- **Podcasts**: Audio content and interviews
|
|
31
|
-
- **Infographics**: Visual data representations
|
|
32
|
-
|
|
33
|
-
## Citation Quality
|
|
34
|
-
|
|
35
|
-
### Reliability Standards
|
|
36
|
-
- **Fact-checking**: Verify factual claims
|
|
37
|
-
- **Bias Detection**: Identify potential biases
|
|
38
|
-
- **Recency**: Prioritize recent information
|
|
39
|
-
- **Authority**: Consider source expertise
|
|
40
|
-
|
|
41
|
-
### Source Evaluation
|
|
42
|
-
- **Domain Authority**: Evaluate source credibility
|
|
43
|
-
- **Content Quality**: Assess information quality
|
|
44
|
-
- **Update Frequency**: Check for recent updates
|
|
45
|
-
- **Cross-referencing**: Verify with multiple sources
|
|
46
|
-
|
|
47
|
-
## Using Citations
|
|
48
|
-
|
|
49
|
-
### Verification Process
|
|
50
|
-
- **Click Citations**: Access original sources
|
|
51
|
-
- **Read Full Content**: Understand complete context
|
|
52
|
-
- **Check Dates**: Verify information currency
|
|
53
|
-
- **Evaluate Sources**: Assess source reliability
|
|
54
|
-
|
|
55
|
-
### Research Workflow
|
|
56
|
-
- **Follow Source Links**: Explore original content
|
|
57
|
-
- **Save Important Sources**: Bookmark valuable sources
|
|
58
|
-
- **Share Sources**: Collaborate with team members
|
|
59
|
-
- **Cite Properly**: Use citations in your work
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# API Overview
|
|
2
|
-
|
|
3
|
-
Introduction to Yantra's developer API.
|
|
4
|
-
|
|
5
|
-
## API Capabilities
|
|
6
|
-
|
|
7
|
-
### Core Features
|
|
8
|
-
- **Search API**: Programmatic search functionality
|
|
9
|
-
- **Authentication**: Secure API authentication
|
|
10
|
-
- **Rate Limiting**: Appropriate rate limiting
|
|
11
|
-
- **Documentation**: Comprehensive API documentation
|
|
12
|
-
|
|
13
|
-
### Advanced Features
|
|
14
|
-
- **Custom Models**: Access to custom AI models
|
|
15
|
-
- **Batch Processing**: Process multiple requests
|
|
16
|
-
- **Webhooks**: Real-time notifications
|
|
17
|
-
- **SDKs**: Software development kits
|
|
18
|
-
|
|
19
|
-
## API Access
|
|
20
|
-
|
|
21
|
-
### Authentication
|
|
22
|
-
- **API Keys**: Secure API key authentication
|
|
23
|
-
- **OAuth**: OAuth 2.0 authentication
|
|
24
|
-
- **JWT Tokens**: JSON Web Token authentication
|
|
25
|
-
- **Rate Limiting**: Request rate limiting
|
|
26
|
-
|
|
27
|
-
### Access Levels
|
|
28
|
-
- **Free Tier**: Limited API access
|
|
29
|
-
- **Pro Tier**: Enhanced API access
|
|
30
|
-
- **Max Tier**: Maximum API access
|
|
31
|
-
- **Enterprise**: Custom API access
|
|
32
|
-
|
|
33
|
-
## API Documentation
|
|
34
|
-
|
|
35
|
-
### Endpoints
|
|
36
|
-
- **Search Endpoints**: Search-related endpoints
|
|
37
|
-
- **User Endpoints**: User management endpoints
|
|
38
|
-
- **Content Endpoints**: Content management endpoints
|
|
39
|
-
- **Analytics Endpoints**: Analytics endpoints
|
|
40
|
-
|
|
41
|
-
### SDKs and Libraries
|
|
42
|
-
- **Python SDK**: Python development kit
|
|
43
|
-
- **JavaScript SDK**: JavaScript development kit
|
|
44
|
-
- **Node.js SDK**: Node.js development kit
|
|
45
|
-
- **Other Languages**: Additional language support
|
|
46
|
-
|
|
47
|
-
## Getting Started
|
|
48
|
-
|
|
49
|
-
### API Setup
|
|
50
|
-
1. **Get API Key**: Obtain API key from account
|
|
51
|
-
2. **Read Documentation**: Review API documentation
|
|
52
|
-
3. **Test Endpoints**: Test API endpoints
|
|
53
|
-
4. **Integrate**: Integrate API into application
|
|
54
|
-
|
|
55
|
-
### Best Practices
|
|
56
|
-
- **Rate Limiting**: Respect rate limits
|
|
57
|
-
- **Error Handling**: Implement proper error handling
|
|
58
|
-
- **Security**: Use secure authentication
|
|
59
|
-
- **Monitoring**: Monitor API usage
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# Deep Research
|
|
2
|
-
|
|
3
|
-
Comprehensive research mode for complex topics.
|
|
4
|
-
|
|
5
|
-
## Deep Research Features
|
|
6
|
-
|
|
7
|
-
### Comprehensive Analysis
|
|
8
|
-
- **Extensive Research**: Thorough exploration of topics
|
|
9
|
-
- **Multiple Sources**: Aggregates information from many sources
|
|
10
|
-
- **Trend Analysis**: Identifies patterns and trends
|
|
11
|
-
- **Long-form Content**: Detailed, comprehensive answers
|
|
12
|
-
|
|
13
|
-
### Advanced Capabilities
|
|
14
|
-
- **Multi-angle Analysis**: Different perspectives on topics
|
|
15
|
-
- **Historical Context**: Historical background and context
|
|
16
|
-
- **Future Implications**: Analysis of future implications
|
|
17
|
-
- **Cross-referencing**: Links between related topics
|
|
18
|
-
|
|
19
|
-
## Deep Research Process
|
|
20
|
-
|
|
21
|
-
### Research Methodology
|
|
22
|
-
1. **Topic Analysis**: Comprehensive topic analysis
|
|
23
|
-
2. **Source Collection**: Gather extensive sources
|
|
24
|
-
3. **Content Synthesis**: Synthesize information
|
|
25
|
-
4. **Analysis Generation**: Create detailed analysis
|
|
26
|
-
5. **Report Compilation**: Compile comprehensive report
|
|
27
|
-
|
|
28
|
-
### Quality Assurance
|
|
29
|
-
- **Source Verification**: Verify all sources
|
|
30
|
-
- **Fact Checking**: Cross-check factual claims
|
|
31
|
-
- **Bias Detection**: Identify potential biases
|
|
32
|
-
- **Completeness Check**: Ensure comprehensive coverage
|
|
33
|
-
|
|
34
|
-
## Deep Research Benefits
|
|
35
|
-
|
|
36
|
-
### Comprehensive Coverage
|
|
37
|
-
- **Complete Analysis**: Thorough topic coverage
|
|
38
|
-
- **Multiple Perspectives**: Various viewpoints
|
|
39
|
-
- **Historical Context**: Background information
|
|
40
|
-
- **Future Trends**: Forward-looking analysis
|
|
41
|
-
|
|
42
|
-
### Professional Quality
|
|
43
|
-
- **Expert-Level Analysis**: Professional-grade analysis
|
|
44
|
-
- **Academic Standards**: Academic-quality research
|
|
45
|
-
- **Publication Ready**: Ready for publication
|
|
46
|
-
- **Citation Quality**: High-quality citations
|
|
47
|
-
|
|
48
|
-
## Deep Research Use Cases
|
|
49
|
-
|
|
50
|
-
### Academic Research
|
|
51
|
-
- **Thesis Research**: Comprehensive thesis research
|
|
52
|
-
- **Academic Papers**: Research for academic papers
|
|
53
|
-
- **Literature Reviews**: Comprehensive literature reviews
|
|
54
|
-
- **Research Proposals**: Detailed research proposals
|
|
55
|
-
|
|
56
|
-
### Professional Applications
|
|
57
|
-
- **Market Research**: Comprehensive market analysis
|
|
58
|
-
- **Business Strategy**: Strategic business analysis
|
|
59
|
-
- **Policy Analysis**: Policy research and analysis
|
|
60
|
-
- **Investment Research**: Detailed investment analysis
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
# Labs Features
|
|
2
|
-
|
|
3
|
-
Experimental features and beta capabilities.
|
|
4
|
-
|
|
5
|
-
## Labs Overview
|
|
6
|
-
|
|
7
|
-
### Experimental Features
|
|
8
|
-
- **Beta Testing**: Access to features in development
|
|
9
|
-
- **Early Access**: Be the first to try new capabilities
|
|
10
|
-
- **Feedback Integration**: Help shape new features
|
|
11
|
-
- **Innovation Testing**: Test cutting-edge features
|
|
12
|
-
|
|
13
|
-
### Feature Categories
|
|
14
|
-
- **AI Models**: Latest AI model experiments
|
|
15
|
-
- **Search Modes**: New search capabilities
|
|
16
|
-
- **Interface Features**: UI/UX experiments
|
|
17
|
-
- **Integration Tools**: New integration options
|
|
18
|
-
|
|
19
|
-
## Available Labs Features
|
|
20
|
-
|
|
21
|
-
### AI Experiments
|
|
22
|
-
- **New Models**: Latest AI model releases
|
|
23
|
-
- **Custom Models**: Experimental custom models
|
|
24
|
-
- **Multimodal AI**: Text, image, and audio processing
|
|
25
|
-
- **Specialized AI**: Domain-specific AI models
|
|
26
|
-
|
|
27
|
-
### Search Experiments
|
|
28
|
-
- **Advanced Search**: Experimental search modes
|
|
29
|
-
- **Visual Search**: Image-based search capabilities
|
|
30
|
-
- **Voice Search**: Voice interaction experiments
|
|
31
|
-
- **Predictive Search**: Anticipatory search features
|
|
32
|
-
|
|
33
|
-
## Labs Participation
|
|
34
|
-
|
|
35
|
-
### How to Access
|
|
36
|
-
- **Opt-in Process**: Choose to participate in labs
|
|
37
|
-
- **Feature Toggles**: Enable/disable specific features
|
|
38
|
-
- **Beta Notifications**: Get notified of new features
|
|
39
|
-
- **Feedback Channels**: Provide feedback on features
|
|
40
|
-
|
|
41
|
-
### Participation Benefits
|
|
42
|
-
- **Early Access**: Try features before general release
|
|
43
|
-
- **Influence Development**: Shape feature development
|
|
44
|
-
- **Exclusive Features**: Access to labs-only features
|
|
45
|
-
- **Community Recognition**: Recognition for participation
|
|
46
|
-
|
|
47
|
-
## Labs Feedback
|
|
48
|
-
|
|
49
|
-
### Feedback Process
|
|
50
|
-
- **Feature Testing**: Test experimental features
|
|
51
|
-
- **Bug Reporting**: Report issues and bugs
|
|
52
|
-
- **Feature Requests**: Suggest improvements
|
|
53
|
-
- **Usage Analytics**: Share usage data
|
|
54
|
-
|
|
55
|
-
### Feedback Channels
|
|
56
|
-
- **In-app Feedback**: Direct feedback within app
|
|
57
|
-
- **Community Forums**: Labs community discussions
|
|
58
|
-
- **Beta Testing Groups**: Dedicated beta groups
|
|
59
|
-
- **Direct Communication**: Direct developer communication
|
|
60
|
-
|
|
61
|
-
## Labs Guidelines
|
|
62
|
-
|
|
63
|
-
### Usage Guidelines
|
|
64
|
-
- **Experimental Nature**: Features may be unstable
|
|
65
|
-
- **Data Privacy**: Labs features may have different privacy
|
|
66
|
-
- **Performance Impact**: May affect system performance
|
|
67
|
-
- **Backup Data**: Keep backups of important data
|
|
68
|
-
|
|
69
|
-
### Best Practices
|
|
70
|
-
- **Test Thoroughly**: Test features comprehensively
|
|
71
|
-
- **Report Issues**: Report bugs and issues promptly
|
|
72
|
-
- **Provide Feedback**: Share constructive feedback
|
|
73
|
-
- **Stay Updated**: Keep up with labs updates
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Pro Search
|
|
2
|
-
|
|
3
|
-
Advanced search capabilities for Pro subscribers.
|
|
4
|
-
|
|
5
|
-
## Pro Search Features
|
|
6
|
-
|
|
7
|
-
### Enhanced Analysis
|
|
8
|
-
- **Detailed Analysis**: Comprehensive answers with analysis
|
|
9
|
-
- **Multiple Perspectives**: Different viewpoints on topics
|
|
10
|
-
- **Deep Dives**: Thorough exploration of complex topics
|
|
11
|
-
- **Expert Insights**: Professional-level analysis
|
|
12
|
-
|
|
13
|
-
### Advanced AI Models
|
|
14
|
-
- **GPT-4**: Latest and most advanced GPT model
|
|
15
|
-
- **Claude**: Advanced reasoning and analysis
|
|
16
|
-
- **Custom Models**: Specialized models for different use cases
|
|
17
|
-
- **Model Selection**: Choose specific models for queries
|
|
18
|
-
|
|
19
|
-
## Pro Search Capabilities
|
|
20
|
-
|
|
21
|
-
### Advanced Features
|
|
22
|
-
- **File Uploads**: Analyze documents and files
|
|
23
|
-
- **Custom Searches**: Tailor searches to your needs
|
|
24
|
-
- **API Access**: Integrate Yantra into your workflow
|
|
25
|
-
- **Export Options**: Save and export your research
|
|
26
|
-
|
|
27
|
-
### Enhanced Results
|
|
28
|
-
- **Longer Responses**: More detailed answers
|
|
29
|
-
- **Multiple Sources**: Aggregates more sources
|
|
30
|
-
- **Trend Analysis**: Identifies patterns and trends
|
|
31
|
-
- **Comparative Analysis**: Compares different options
|
|
32
|
-
|
|
33
|
-
## Pro Search Benefits
|
|
34
|
-
|
|
35
|
-
### Quality Improvements
|
|
36
|
-
- **Better Accuracy**: More accurate responses
|
|
37
|
-
- **Deeper Analysis**: More thorough analysis
|
|
38
|
-
- **Expert-Level Insights**: Professional-grade insights
|
|
39
|
-
- **Comprehensive Coverage**: More complete coverage
|
|
40
|
-
|
|
41
|
-
### Productivity Features
|
|
42
|
-
- **Faster Processing**: Priority processing
|
|
43
|
-
- **Advanced Export**: Multiple export formats
|
|
44
|
-
- **Custom Templates**: Personalized search templates
|
|
45
|
-
- **Batch Processing**: Process multiple queries
|
|
46
|
-
|
|
47
|
-
## Pro Search Use Cases
|
|
48
|
-
|
|
49
|
-
### Professional Applications
|
|
50
|
-
- **Research Projects**: Academic and professional research
|
|
51
|
-
- **Business Analysis**: Market and business analysis
|
|
52
|
-
- **Content Creation**: Research for content creation
|
|
53
|
-
- **Decision Making**: Data-driven decision making
|
|
54
|
-
|
|
55
|
-
### Advanced Research
|
|
56
|
-
- **Complex Topics**: Multi-faceted research topics
|
|
57
|
-
- **Comparative Studies**: Compare multiple options
|
|
58
|
-
- **Trend Analysis**: Identify and analyze trends
|
|
59
|
-
- **Expert Consultation**: Get expert-level insights
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# Regular Search
|
|
2
|
-
|
|
3
|
-
Understanding Yantra's standard search mode.
|
|
4
|
-
|
|
5
|
-
## Regular Search Features
|
|
6
|
-
|
|
7
|
-
### Basic Functionality
|
|
8
|
-
- **Quick Answers**: Fast responses to straightforward questions
|
|
9
|
-
- **Source Citations**: Links to original sources
|
|
10
|
-
- **Follow-up Suggestions**: Related questions to explore
|
|
11
|
-
- **Real-time Results**: Current information from the web
|
|
12
|
-
|
|
13
|
-
### Search Capabilities
|
|
14
|
-
- **Natural Language**: Ask questions in plain English
|
|
15
|
-
- **Context Understanding**: Maintains conversation context
|
|
16
|
-
- **Multi-turn Conversations**: Build on previous answers
|
|
17
|
-
- **Source Verification**: Verifies information credibility
|
|
18
|
-
|
|
19
|
-
## How Regular Search Works
|
|
20
|
-
|
|
21
|
-
### Search Process
|
|
22
|
-
1. **Query Analysis**: Analyzes your question
|
|
23
|
-
2. **Web Search**: Searches the web in real-time
|
|
24
|
-
3. **Content Synthesis**: Combines information from sources
|
|
25
|
-
4. **Answer Generation**: Creates comprehensive answer
|
|
26
|
-
5. **Source Citation**: Provides verifiable sources
|
|
27
|
-
|
|
28
|
-
### AI Models Used
|
|
29
|
-
- **GPT-3.5**: Fast and efficient responses
|
|
30
|
-
- **Claude Instant**: Quick analysis and reasoning
|
|
31
|
-
- **Custom Models**: Yantra-specific optimizations
|
|
32
|
-
- **Automatic Selection**: Chooses best model for query
|
|
33
|
-
|
|
34
|
-
## Best Practices
|
|
35
|
-
|
|
36
|
-
### Effective Queries
|
|
37
|
-
- **Be Specific**: Ask clear, specific questions
|
|
38
|
-
- **Provide Context**: Include relevant background
|
|
39
|
-
- **Use Examples**: Reference specific examples
|
|
40
|
-
- **Ask Follow-ups**: Build on previous answers
|
|
41
|
-
|
|
42
|
-
### Query Optimization
|
|
43
|
-
- **Natural Language**: Use conversational language
|
|
44
|
-
- **Avoid Jargon**: Use clear, simple terms
|
|
45
|
-
- **Include Details**: Provide necessary details
|
|
46
|
-
- **Be Patient**: Allow time for comprehensive answers
|
|
47
|
-
|
|
48
|
-
## Regular Search Limitations
|
|
49
|
-
|
|
50
|
-
### Usage Limits
|
|
51
|
-
- **Free Users**: 5 searches per day
|
|
52
|
-
- **Pro Users**: Unlimited searches
|
|
53
|
-
- **Max Users**: Maximum search limits
|
|
54
|
-
- **Rate Limiting**: Prevents system overload
|
|
55
|
-
|
|
56
|
-
### Feature Limitations
|
|
57
|
-
- **Basic Analysis**: Standard analysis depth
|
|
58
|
-
- **Limited Customization**: Basic customization options
|
|
59
|
-
- **Standard Sources**: Regular web sources
|
|
60
|
-
- **Basic Export**: Standard export options
|