@adminide-stack/yantra-help-browser 12.0.16-alpha.26 → 12.0.16-alpha.28
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 +43 -88
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +3 -8
- 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/{pages/LandingPage/components → components}/Icons.js +39 -2
- 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 +6 -18
- 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.map +1 -1
- package/lib/components/SearchBar.js +9 -45
- package/lib/components/SearchBar.js.map +1 -1
- package/lib/components/SidebarSearch.js +2 -2
- package/lib/components/SidebarSearch.js.map +1 -1
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +10 -25
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts +15 -0
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +74 -2
- 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/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 +15 -78
- 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/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +9 -45
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +7 -34
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +3 -12
- 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 +15 -74
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +3 -12
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +3 -12
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +3 -8
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +3 -12
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +62 -33
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.js +11 -56
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -1
- 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 +60 -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 +88 -0
- package/lib/templates/content/account-management/account-setup.md +56 -57
- package/lib/templates/content/account-management/delete-account.md +55 -58
- package/lib/templates/content/account-management/preferences.md +70 -55
- package/lib/templates/content/account-management/privacy-settings.md +67 -56
- package/lib/templates/content/account-management/profile-settings.md +56 -45
- package/lib/templates/content/data-privacy/data-collection.md +55 -51
- package/lib/templates/content/data-privacy/privacy-policy.md +74 -57
- package/lib/templates/content/data-subject-privacy/data-access.md +59 -69
- package/lib/templates/content/data-subject-privacy/data-portability.md +67 -93
- package/lib/templates/content/data-subject-privacy/privacy-requests.md +66 -62
- package/lib/templates/content/file-uploads/file-upload-overview.md +69 -50
- package/lib/templates/content/getting-started/getting-started-guide.md +65 -51
- package/lib/templates/content/product-features/ai-models.md +62 -57
- package/lib/templates/content/product-features/collaboration-tools.md +66 -45
- package/lib/templates/content/product-features/conversation-features.md +59 -34
- package/lib/templates/content/product-features/export-features.md +65 -45
- package/lib/templates/content/product-features/follow-up-questions.md +61 -46
- package/lib/templates/content/product-features/real-time-search.md +63 -46
- package/lib/templates/content/product-features/saved-searches.md +53 -45
- package/lib/templates/content/product-features/search-features.md +61 -43
- package/lib/templates/content/product-features/search-history.md +64 -45
- package/lib/templates/content/product-features/source-citations.md +77 -44
- package/lib/templates/content/scope-api/api-overview.md +83 -46
- package/lib/templates/content/search-modes/deep-research.md +87 -46
- package/lib/templates/content/search-modes/labs-features.md +54 -56
- package/lib/templates/content/search-modes/pro-search.md +53 -45
- package/lib/templates/content/search-modes/regular-search.md +64 -46
- package/lib/templates/content/spaces-library/spaces-overview.md +68 -47
- package/lib/templates/content/student-hub/academic-research.md +85 -48
- package/lib/templates/content/student-hub/student-discounts.md +51 -57
- package/lib/templates/content/student-hub/student-overview.md +64 -45
- package/lib/templates/content/student-hub/study-tools.md +99 -45
- package/lib/templates/content/subscription-billing/billing-cycle.md +50 -48
- package/lib/templates/content/subscription-billing/billing-overview.md +55 -34
- package/lib/templates/content/subscription-billing/billing-support.md +52 -45
- package/lib/templates/content/subscription-billing/currency-support.md +36 -62
- package/lib/templates/content/subscription-billing/enterprise-pricing.md +52 -46
- package/lib/templates/content/subscription-billing/invoice-management.md +64 -45
- package/lib/templates/content/subscription-billing/payment-methods.md +53 -52
- package/lib/templates/content/subscription-billing/promotional-offers.md +58 -46
- package/lib/templates/content/subscription-billing/refund-policy.md +53 -58
- package/lib/templates/content/subscription-billing/student-discounts.md +61 -57
- package/lib/templates/content/subscription-billing/tax-information.md +64 -45
- package/lib/templates/content/technical-questions/ai-models-technical.md +60 -56
- package/lib/templates/content/technical-questions/api-technical.md +131 -56
- package/lib/templates/content/technical-questions/data-processing.md +74 -55
- package/lib/templates/content/technical-questions/database-architecture.md +91 -54
- package/lib/templates/content/technical-questions/infrastructure.md +104 -55
- package/lib/templates/content/technical-questions/performance-optimization.md +77 -55
- package/lib/templates/content/technical-questions/search-algorithms.md +78 -56
- package/lib/templates/content/technical-questions/technical-overview.md +76 -52
- package/lib/templates/content/threads/conversation-management.md +81 -45
- package/lib/templates/content/threads/threads-overview.md +69 -45
- package/lib/templates/content/troubleshooting/common-issues.md +91 -43
- package/lib/templates/content/what-is-yantra/getting-started-yantra.md +58 -57
- package/package.json +2 -2
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -13
- package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/Icons.js.map +0 -1
|
@@ -1,67 +1,104 @@
|
|
|
1
|
-
# API Overview
|
|
1
|
+
# Scope API Overview
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The Scope API lets you integrate Yantra's search and AI capabilities directly into your own applications, workflows, and tools.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## What Is the Scope API?
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
- **Authentication**: Secure API authentication
|
|
11
|
-
- **Rate Limiting**: Appropriate rate limiting
|
|
12
|
-
- **Documentation**: Comprehensive API documentation
|
|
9
|
+
The Scope API is Yantra's programmatic interface. Anything you can do in the Yantra app, you can automate through the API:
|
|
13
10
|
|
|
14
|
-
|
|
11
|
+
- **Search** — Execute searches programmatically and retrieve structured results.
|
|
12
|
+
- **Conversations** — Create and continue multi-turn AI conversations.
|
|
13
|
+
- **Content management** — Upload, index, and manage documents.
|
|
14
|
+
- **Export** — Retrieve search history, conversations, and analytics data.
|
|
15
|
+
- **Webhooks** — Receive real-time notifications for events.
|
|
15
16
|
|
|
16
|
-
|
|
17
|
-
- **Batch Processing**: Process multiple requests
|
|
18
|
-
- **Webhooks**: Real-time notifications
|
|
19
|
-
- **SDKs**: Software development kits
|
|
17
|
+
---
|
|
20
18
|
|
|
21
|
-
##
|
|
19
|
+
## Quick Start
|
|
22
20
|
|
|
23
|
-
###
|
|
21
|
+
### 1. Get your API key
|
|
24
22
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
- **Rate Limiting**: Request rate limiting
|
|
23
|
+
1. Go to **Settings > API > API Keys**.
|
|
24
|
+
2. Click **Generate New Key**.
|
|
25
|
+
3. Copy the key — it's only shown once.
|
|
29
26
|
|
|
30
|
-
###
|
|
27
|
+
### 2. Make your first request
|
|
31
28
|
|
|
32
|
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
29
|
+
```bash
|
|
30
|
+
curl -X POST https://api.yantra.ai/v1/search \
|
|
31
|
+
-H "Authorization: Bearer YOUR_API_KEY" \
|
|
32
|
+
-H "Content-Type: application/json" \
|
|
33
|
+
-d '{"query": "best practices for microservices architecture", "mode": "pro"}'
|
|
34
|
+
```
|
|
36
35
|
|
|
37
|
-
|
|
36
|
+
### 3. Parse the response
|
|
38
37
|
|
|
39
|
-
|
|
38
|
+
```json
|
|
39
|
+
{
|
|
40
|
+
"data": {
|
|
41
|
+
"answer": "Microservices architecture best practices include...",
|
|
42
|
+
"sources": [{ "title": "...", "url": "...", "snippet": "..." }]
|
|
43
|
+
},
|
|
44
|
+
"meta": {
|
|
45
|
+
"request_id": "req_abc123",
|
|
46
|
+
"model": "gpt-4o",
|
|
47
|
+
"latency_ms": 847
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
```
|
|
40
51
|
|
|
41
|
-
|
|
42
|
-
- **User Endpoints**: User management endpoints
|
|
43
|
-
- **Content Endpoints**: Content management endpoints
|
|
44
|
-
- **Analytics Endpoints**: Analytics endpoints
|
|
52
|
+
---
|
|
45
53
|
|
|
46
|
-
|
|
54
|
+
## Core Endpoints
|
|
47
55
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
56
|
+
| Endpoint | Method | Description |
|
|
57
|
+
| -------------------------------- | ------ | ----------------------------------------- |
|
|
58
|
+
| `/v1/search` | POST | Execute a search query |
|
|
59
|
+
| `/v1/conversations` | POST | Start a new conversation |
|
|
60
|
+
| `/v1/conversations/:id/messages` | POST | Add a message to an existing conversation |
|
|
61
|
+
| `/v1/content` | POST | Upload and index a document |
|
|
62
|
+
| `/v1/content` | GET | List indexed content |
|
|
63
|
+
| `/v1/export` | GET | Export user data |
|
|
64
|
+
| `/v1/webhooks` | POST | Register a webhook endpoint |
|
|
52
65
|
|
|
53
|
-
|
|
66
|
+
---
|
|
54
67
|
|
|
55
|
-
|
|
68
|
+
## Authentication
|
|
56
69
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
70
|
+
| Method | Use case | Header |
|
|
71
|
+
| --------- | ---------------- | --------------------------------- |
|
|
72
|
+
| API Key | Server-to-server | `Authorization: Bearer <key>` |
|
|
73
|
+
| OAuth 2.0 | User-facing apps | Standard auth code flow with PKCE |
|
|
61
74
|
|
|
62
|
-
|
|
75
|
+
---
|
|
63
76
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
77
|
+
## Rate Limits
|
|
78
|
+
|
|
79
|
+
| Plan | Requests/minute | Concurrent requests |
|
|
80
|
+
| ---------- | --------------- | ------------------- |
|
|
81
|
+
| Free | 20 | 2 |
|
|
82
|
+
| Pro | 100 | 10 |
|
|
83
|
+
| Team | 500 | 25 |
|
|
84
|
+
| Enterprise | Custom | Custom |
|
|
85
|
+
|
|
86
|
+
When rate-limited, the API returns `429 Too Many Requests` with a `Retry-After` header.
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## SDKs
|
|
91
|
+
|
|
92
|
+
| Language | Package | Install |
|
|
93
|
+
| ---------- | ------------- | ---------------------------------------- |
|
|
94
|
+
| Python | `yantra-sdk` | `pip install yantra-sdk` |
|
|
95
|
+
| JavaScript | `@yantra/sdk` | `npm install @yantra/sdk` |
|
|
96
|
+
| Go | `go-yantra` | `go get github.com/yantra-app/go-yantra` |
|
|
97
|
+
|
|
98
|
+
All SDKs include TypeScript types, automatic retry logic, and rate limit handling.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Full Documentation
|
|
103
|
+
|
|
104
|
+
For detailed endpoint documentation, request/response schemas, error codes, and examples, visit the [API Reference](https://docs.yantra.ai/api).
|
|
@@ -1,68 +1,109 @@
|
|
|
1
1
|
# Deep Research
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Deep Research is Yantra's most comprehensive search mode — designed for complex topics that require thorough analysis across dozens of sources.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## What Deep Research Does
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
- **Multiple Sources**: Aggregates information from many sources
|
|
11
|
-
- **Trend Analysis**: Identifies patterns and trends
|
|
12
|
-
- **Long-form Content**: Detailed, comprehensive answers
|
|
9
|
+
When you activate Deep Research, Yantra:
|
|
13
10
|
|
|
14
|
-
|
|
11
|
+
1. **Plans the research** — Breaks your question into sub-questions and identifies the key angles to explore.
|
|
12
|
+
2. **Gathers sources** — Fetches and analyzes 20–50+ sources, including web pages, academic papers, and documents.
|
|
13
|
+
3. **Synthesizes findings** — Cross-references information across all sources to build a comprehensive picture.
|
|
14
|
+
4. **Generates a report** — Delivers a structured, citation-rich response organized by key findings.
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
- **Historical Context**: Historical background and context
|
|
18
|
-
- **Future Implications**: Analysis of future implications
|
|
19
|
-
- **Cross-referencing**: Links between related topics
|
|
16
|
+
> **Time:** Deep Research takes 30 seconds to 2 minutes, depending on topic complexity. A progress indicator shows you what stage the research is in.
|
|
20
17
|
|
|
21
|
-
|
|
18
|
+
---
|
|
22
19
|
|
|
23
|
-
|
|
20
|
+
## When to Use Deep Research
|
|
24
21
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
| Use case | Example query |
|
|
23
|
+
| ------------------- | ---------------------------------------------------------------------------------------- |
|
|
24
|
+
| Literature review | "What does current research say about the effectiveness of remote work on productivity?" |
|
|
25
|
+
| Market analysis | "Compare the top 5 project management tools for engineering teams" |
|
|
26
|
+
| Strategic planning | "What are the risks and opportunities of expanding into the EU market in 2025?" |
|
|
27
|
+
| Technical deep dive | "Explain the trade-offs between microservices and monolithic architecture" |
|
|
28
|
+
| Competitive intel | "How does Notion's AI strategy compare to Confluence's?" |
|
|
30
29
|
|
|
31
|
-
###
|
|
30
|
+
### When NOT to use it
|
|
32
31
|
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
- **Completeness Check**: Ensure comprehensive coverage
|
|
32
|
+
- Simple factual lookups ("What year was Python created?") → Use Regular search
|
|
33
|
+
- Quick comparisons ("React vs Vue popularity") → Use Pro Search
|
|
34
|
+
- Time-sensitive queries ("stock price right now") → Use Regular search with real-time mode
|
|
37
35
|
|
|
38
|
-
|
|
36
|
+
---
|
|
39
37
|
|
|
40
|
-
|
|
38
|
+
## Research Report Structure
|
|
41
39
|
|
|
42
|
-
|
|
43
|
-
- **Multiple Perspectives**: Various viewpoints
|
|
44
|
-
- **Historical Context**: Background information
|
|
45
|
-
- **Future Trends**: Forward-looking analysis
|
|
40
|
+
A typical Deep Research response includes:
|
|
46
41
|
|
|
47
|
-
|
|
42
|
+
| Section | Description |
|
|
43
|
+
| --------------------- | ---------------------------------------------------------- |
|
|
44
|
+
| **Executive summary** | 2–3 sentence overview of key findings |
|
|
45
|
+
| **Key findings** | Numbered list of the most important insights |
|
|
46
|
+
| **Detailed analysis** | Organized prose with headers for each subtopic |
|
|
47
|
+
| **Comparison table** | When applicable, a table comparing options or perspectives |
|
|
48
|
+
| **Source list** | 20–50+ cited sources at the bottom |
|
|
48
49
|
|
|
49
|
-
|
|
50
|
-
- **Academic Standards**: Academic-quality research
|
|
51
|
-
- **Publication Ready**: Ready for publication
|
|
52
|
-
- **Citation Quality**: High-quality citations
|
|
50
|
+
---
|
|
53
51
|
|
|
54
|
-
##
|
|
52
|
+
## Research Quality Features
|
|
55
53
|
|
|
56
|
-
###
|
|
54
|
+
### Source diversity
|
|
57
55
|
|
|
58
|
-
|
|
59
|
-
- **Academic Papers**: Research for academic papers
|
|
60
|
-
- **Literature Reviews**: Comprehensive literature reviews
|
|
61
|
-
- **Research Proposals**: Detailed research proposals
|
|
56
|
+
Deep Research deliberately gathers sources from multiple categories:
|
|
62
57
|
|
|
63
|
-
|
|
58
|
+
- Academic papers and preprints
|
|
59
|
+
- Industry reports and whitepapers
|
|
60
|
+
- News articles and journalism
|
|
61
|
+
- Official documentation and guides
|
|
62
|
+
- Community discussions and expert opinions
|
|
64
63
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
64
|
+
### Conflict resolution
|
|
65
|
+
|
|
66
|
+
When sources disagree, Yantra:
|
|
67
|
+
|
|
68
|
+
- Explicitly notes the disagreement
|
|
69
|
+
- Presents both sides with their supporting evidence
|
|
70
|
+
- Indicates which position has stronger or more recent support
|
|
71
|
+
|
|
72
|
+
### Confidence indicators
|
|
73
|
+
|
|
74
|
+
Each finding is tagged with a confidence level based on:
|
|
75
|
+
|
|
76
|
+
- Number of corroborating sources
|
|
77
|
+
- Source authority and credibility
|
|
78
|
+
- Recency of the data
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## Customizing Deep Research
|
|
83
|
+
|
|
84
|
+
### Focus areas
|
|
85
|
+
|
|
86
|
+
After clicking Deep Research, you can optionally narrow the scope:
|
|
87
|
+
|
|
88
|
+
- **Academic only** — Limit to peer-reviewed and scholarly sources
|
|
89
|
+
- **Recent only** — Focus on content published within a specified timeframe
|
|
90
|
+
- **Specific domains** — Restrict to particular websites or source types
|
|
91
|
+
|
|
92
|
+
### Export
|
|
93
|
+
|
|
94
|
+
Deep Research reports are designed for export:
|
|
95
|
+
|
|
96
|
+
- **PDF** — Formatted report with all citations
|
|
97
|
+
- **Markdown** — For pasting into documentation or Notion
|
|
98
|
+
- **Google Docs** — Direct export for collaborative editing
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Availability
|
|
103
|
+
|
|
104
|
+
| Plan | Deep Research access |
|
|
105
|
+
| ---------- | ---------------------------------- |
|
|
106
|
+
| Free | 3 per day |
|
|
107
|
+
| Pro | Unlimited |
|
|
108
|
+
| Team | Unlimited for all members |
|
|
109
|
+
| Enterprise | Unlimited with priority processing |
|
|
@@ -1,83 +1,81 @@
|
|
|
1
1
|
# Labs Features
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Yantra Labs is where we test experimental features before they're ready for general release. Get early access to cutting-edge capabilities and help shape the future of Yantra.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## What is Yantra Labs?
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
- **Early Access**: Be the first to try new capabilities
|
|
11
|
-
- **Feedback Integration**: Help shape new features
|
|
12
|
-
- **Innovation Testing**: Test cutting-edge features
|
|
9
|
+
Labs is an opt-in program that gives you access to features still in development. These features may be:
|
|
13
10
|
|
|
14
|
-
|
|
11
|
+
- **Experimental** — New capabilities being tested for the first time.
|
|
12
|
+
- **Beta** — Features that work well but are being refined based on user feedback.
|
|
13
|
+
- **Preview** — Nearly finished features that will soon graduate to general availability.
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
- **Search Modes**: New search capabilities
|
|
18
|
-
- **Interface Features**: UI/UX experiments
|
|
19
|
-
- **Integration Tools**: New integration options
|
|
15
|
+
> **Note:** Labs features may change, break, or be removed without notice. They're not covered by our SLA.
|
|
20
16
|
|
|
21
|
-
|
|
17
|
+
---
|
|
22
18
|
|
|
23
|
-
|
|
19
|
+
## Current Labs Features
|
|
24
20
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
- **
|
|
21
|
+
| Feature | Status | Description |
|
|
22
|
+
| ------------------------- | ------------ | ---------------------------------------------------------------------- |
|
|
23
|
+
| **Voice Search** | Beta | Ask questions using voice input on desktop and mobile |
|
|
24
|
+
| **Multi-modal Analysis** | Experimental | Upload images and get AI analysis alongside text |
|
|
25
|
+
| **Collaborative Threads** | Beta | Multiple users can contribute to the same research thread in real-time |
|
|
26
|
+
| **Custom AI Personas** | Preview | Create specialized AI personas with custom instructions and knowledge |
|
|
27
|
+
| **Canvas Mode** | Experimental | Visual workspace for organizing search results and notes spatially |
|
|
29
28
|
|
|
30
|
-
|
|
29
|
+
_This list is updated as features are added or graduated._
|
|
31
30
|
|
|
32
|
-
|
|
33
|
-
- **Visual Search**: Image-based search capabilities
|
|
34
|
-
- **Voice Search**: Voice interaction experiments
|
|
35
|
-
- **Predictive Search**: Anticipatory search features
|
|
31
|
+
---
|
|
36
32
|
|
|
37
|
-
## Labs
|
|
33
|
+
## Enabling Labs Features
|
|
38
34
|
|
|
39
|
-
|
|
35
|
+
1. Go to **Settings > Labs**.
|
|
36
|
+
2. Browse available experimental features.
|
|
37
|
+
3. Toggle on the features you want to try.
|
|
38
|
+
4. Some features may require additional permissions or a specific plan tier.
|
|
40
39
|
|
|
41
|
-
|
|
42
|
-
- **Feature Toggles**: Enable/disable specific features
|
|
43
|
-
- **Beta Notifications**: Get notified of new features
|
|
44
|
-
- **Feedback Channels**: Provide feedback on features
|
|
40
|
+
### Disabling
|
|
45
41
|
|
|
46
|
-
|
|
42
|
+
Toggle any Labs feature off at any time. Your data from the feature is preserved for 30 days in case you re-enable it.
|
|
47
43
|
|
|
48
|
-
|
|
49
|
-
- **Influence Development**: Shape feature development
|
|
50
|
-
- **Exclusive Features**: Access to labs-only features
|
|
51
|
-
- **Community Recognition**: Recognition for participation
|
|
44
|
+
---
|
|
52
45
|
|
|
53
|
-
##
|
|
46
|
+
## How to Give Feedback
|
|
54
47
|
|
|
55
|
-
|
|
48
|
+
Your feedback directly influences which Labs features become permanent:
|
|
56
49
|
|
|
57
|
-
-
|
|
58
|
-
- **Bug Reporting**: Report issues and bugs
|
|
59
|
-
- **Feature Requests**: Suggest improvements
|
|
60
|
-
- **Usage Analytics**: Share usage data
|
|
50
|
+
### In-app feedback
|
|
61
51
|
|
|
62
|
-
|
|
52
|
+
Every Labs feature has a **feedback button** (💬) in its interface. Click it to:
|
|
63
53
|
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
-
|
|
67
|
-
- **Direct Communication**: Direct developer communication
|
|
54
|
+
- Report a bug
|
|
55
|
+
- Suggest an improvement
|
|
56
|
+
- Rate your experience (1–5 stars)
|
|
68
57
|
|
|
69
|
-
|
|
58
|
+
### Labs community
|
|
70
59
|
|
|
71
|
-
|
|
60
|
+
Join the **#labs** channel in the Yantra community Discord to:
|
|
72
61
|
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
- **Backup Data**: Keep backups of important data
|
|
62
|
+
- Discuss experimental features with other users
|
|
63
|
+
- Share your use cases and workflows
|
|
64
|
+
- Get tips from the Yantra team on getting the most out of new features
|
|
77
65
|
|
|
78
|
-
|
|
66
|
+
---
|
|
79
67
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
68
|
+
## Feature Graduation
|
|
69
|
+
|
|
70
|
+
When a Labs feature reaches maturity:
|
|
71
|
+
|
|
72
|
+
1. **Announcement** — We publish a blog post and in-app notification.
|
|
73
|
+
2. **Migration** — Your data and settings carry over automatically.
|
|
74
|
+
3. **SLA coverage** — Graduated features are covered by our standard uptime SLA.
|
|
75
|
+
4. **Labs toggle removed** — The feature moves to its permanent location in the product.
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## Availability
|
|
80
|
+
|
|
81
|
+
Labs access is available on all plans. Some individual features may require Pro or higher due to infrastructure costs.
|
|
@@ -1,67 +1,75 @@
|
|
|
1
1
|
# Pro Search
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Pro Search is Yantra's enhanced search mode — delivering deeper analysis, more sources, and smarter follow-ups than Regular search.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## What Pro Search Does Differently
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
| Feature | Regular Search | Pro Search |
|
|
10
|
+
| ------------------- | --------------------------- | ------------------------------------------------ |
|
|
11
|
+
| Response depth | Quick, concise answers | Detailed analysis with multiple angles |
|
|
12
|
+
| Sources consulted | 5–10 | 10–20 |
|
|
13
|
+
| Follow-up questions | Basic suggestions | Context-aware, multi-layered follow-ups |
|
|
14
|
+
| Response time | 1–3 seconds | 5–10 seconds |
|
|
15
|
+
| Context window | 50K tokens | 100K tokens |
|
|
16
|
+
| Best for | Quick lookups, simple facts | Multi-step questions, comparisons, how-to guides |
|
|
13
17
|
|
|
14
|
-
|
|
18
|
+
---
|
|
15
19
|
|
|
16
|
-
|
|
17
|
-
- **Claude**: Advanced reasoning and analysis
|
|
18
|
-
- **Custom Models**: Specialized models for different use cases
|
|
19
|
-
- **Model Selection**: Choose specific models for queries
|
|
20
|
+
## When to Use Pro Search
|
|
20
21
|
|
|
21
|
-
|
|
22
|
+
### Ideal use cases
|
|
22
23
|
|
|
23
|
-
|
|
24
|
+
- **Comparisons** — "Compare PostgreSQL and MongoDB for a high-write analytics workload"
|
|
25
|
+
- **How-to guides** — "How do I set up CI/CD with GitHub Actions for a monorepo?"
|
|
26
|
+
- **Multi-part questions** — "What are the pros and cons of serverless, and when should I avoid it?"
|
|
27
|
+
- **Detailed explanations** — "Explain how TLS 1.3 handshake works step by step"
|
|
28
|
+
- **Analysis** — "What caused the 2023 banking crisis and what are the long-term implications?"
|
|
24
29
|
|
|
25
|
-
|
|
26
|
-
- **Custom Searches**: Tailor searches to your needs
|
|
27
|
-
- **API Access**: Integrate Yantra into your workflow
|
|
28
|
-
- **Export Options**: Save and export your research
|
|
30
|
+
### When Regular Search is better
|
|
29
31
|
|
|
30
|
-
|
|
32
|
+
- Quick facts ("population of Canada")
|
|
33
|
+
- Definitions ("what is a mutex?")
|
|
34
|
+
- Simple lookups ("React 19 release date")
|
|
31
35
|
|
|
32
|
-
|
|
33
|
-
- **Multiple Sources**: Aggregates more sources
|
|
34
|
-
- **Trend Analysis**: Identifies patterns and trends
|
|
35
|
-
- **Comparative Analysis**: Compares different options
|
|
36
|
+
---
|
|
36
37
|
|
|
37
|
-
##
|
|
38
|
+
## How to Activate
|
|
38
39
|
|
|
39
|
-
###
|
|
40
|
+
### On-demand
|
|
40
41
|
|
|
41
|
-
|
|
42
|
-
- **Deeper Analysis**: More thorough analysis
|
|
43
|
-
- **Expert-Level Insights**: Professional-grade insights
|
|
44
|
-
- **Comprehensive Coverage**: More complete coverage
|
|
42
|
+
Click the **Pro** toggle below the search bar before submitting your query.
|
|
45
43
|
|
|
46
|
-
###
|
|
44
|
+
### As default
|
|
47
45
|
|
|
48
|
-
|
|
49
|
-
- **Advanced Export**: Multiple export formats
|
|
50
|
-
- **Custom Templates**: Personalized search templates
|
|
51
|
-
- **Batch Processing**: Process multiple queries
|
|
46
|
+
Set Pro Search as your default mode:
|
|
52
47
|
|
|
53
|
-
|
|
48
|
+
**Settings > Preferences > Search > Default search mode** → Pro Search
|
|
54
49
|
|
|
55
|
-
###
|
|
50
|
+
### Via keyboard
|
|
56
51
|
|
|
57
|
-
|
|
58
|
-
- **Business Analysis**: Market and business analysis
|
|
59
|
-
- **Content Creation**: Research for content creation
|
|
60
|
-
- **Decision Making**: Data-driven decision making
|
|
52
|
+
Press ⌘ + P (Mac) or Ctrl + P (Windows) to toggle Pro Search on/off before searching.
|
|
61
53
|
|
|
62
|
-
|
|
54
|
+
---
|
|
63
55
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
56
|
+
## Pro Search Workflow
|
|
57
|
+
|
|
58
|
+
1. **You ask a question.**
|
|
59
|
+
2. **Yantra plans its approach** — You'll see a brief "thinking" indicator showing what sub-questions the AI is exploring.
|
|
60
|
+
3. **Sources are fetched and analyzed** — More sources are consulted than in Regular mode.
|
|
61
|
+
4. **A structured response is generated** — With clear sections, bullet points, and inline citations.
|
|
62
|
+
5. **Smart follow-ups are suggested** — Based on what angles weren't fully covered.
|
|
63
|
+
|
|
64
|
+
> **Transparency:** Pro Search shows you which sources it consulted and why it prioritized certain results.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Availability
|
|
69
|
+
|
|
70
|
+
| Plan | Pro Search queries |
|
|
71
|
+
| ---------- | ---------------------------------- |
|
|
72
|
+
| Free | 5 per day |
|
|
73
|
+
| Pro | Unlimited |
|
|
74
|
+
| Team | Unlimited for all members |
|
|
75
|
+
| Enterprise | Unlimited with priority processing |
|