@adminide-stack/yantra-help-browser 12.0.16-alpha.27 → 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 +2 -9
- 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 +5 -16
- 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,51 +1,76 @@
|
|
|
1
1
|
# Conversation Features
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Yantra doesn't just return search results — it lets you have a natural back-and-forth conversation to refine your understanding and go deeper on any topic.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## How Conversations Work
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
- **Follow-up Questions**: Build on previous answers
|
|
11
|
-
- **Multi-turn Conversations**: Extended dialogue sessions
|
|
12
|
-
- **Topic Switching**: Seamlessly change topics
|
|
9
|
+
Every search on Yantra can become a conversation. After receiving an initial response, you can:
|
|
13
10
|
|
|
14
|
-
|
|
11
|
+
- **Ask follow-up questions** — Yantra remembers the full context of your conversation, so you don't need to repeat yourself.
|
|
12
|
+
- **Refine your query** — If the first response isn't quite right, clarify what you meant or ask for a different angle.
|
|
13
|
+
- **Go deeper** — Request more detail on a specific part of the response.
|
|
14
|
+
- **Switch direction** — Ask about a related topic — Yantra understands the connection.
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
- **Example Requests**: Request examples and demonstrations
|
|
18
|
-
- **Explanation Levels**: Adjust complexity of explanations
|
|
19
|
-
- **Visual Elements**: Support for images and diagrams
|
|
16
|
+
---
|
|
20
17
|
|
|
21
|
-
##
|
|
18
|
+
## Context Retention
|
|
22
19
|
|
|
23
|
-
###
|
|
20
|
+
### What Yantra remembers
|
|
24
21
|
|
|
25
|
-
|
|
26
|
-
- **Session Persistence**: Maintain context across sessions
|
|
27
|
-
- **Topic Threading**: Organize related conversations
|
|
28
|
-
- **Export Conversations**: Save important discussions
|
|
22
|
+
Within a conversation thread, Yantra maintains:
|
|
29
23
|
|
|
30
|
-
|
|
24
|
+
| Context type | Example |
|
|
25
|
+
| --------------------- | --------------------------------------------------------------- |
|
|
26
|
+
| Previous questions | Your full query history in the thread |
|
|
27
|
+
| Entities mentioned | People, products, companies, dates you've referenced |
|
|
28
|
+
| Preferences expressed | "Show me only academic sources" applies to subsequent responses |
|
|
29
|
+
| Response references | "Expand on point #3" refers to the current response |
|
|
31
30
|
|
|
32
|
-
|
|
33
|
-
- **Voice Integration**: Voice-based conversations
|
|
34
|
-
- **Real-time Updates**: Live conversation updates
|
|
35
|
-
- **Collaborative Sessions**: Share conversations with others
|
|
31
|
+
### Context window
|
|
36
32
|
|
|
37
|
-
|
|
33
|
+
- **Standard mode** — Retains the last 10 exchanges (~50,000 tokens of context).
|
|
34
|
+
- **Pro Search** — Extended context with up to 100,000 tokens.
|
|
35
|
+
- **Deep Research** — Full conversation history for the research session.
|
|
36
|
+
|
|
37
|
+
> **Tip:** If a conversation gets very long, start a new thread for a fresh topic. You can always reference previous threads.
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Conversation Actions
|
|
42
|
+
|
|
43
|
+
### During a conversation
|
|
44
|
+
|
|
45
|
+
| Action | How | Description |
|
|
46
|
+
| ------------------- | ----------------------------------- | ---------------------------------------------------- |
|
|
47
|
+
| Copy response | Click the copy icon | Copies the formatted response to your clipboard |
|
|
48
|
+
| Share response | Click the share icon | Share a specific response with your team |
|
|
49
|
+
| Edit your message | Click the edit icon on your message | Rephrase your question to get a different response |
|
|
50
|
+
| Branch conversation | Click "Branch" | Create a parallel thread exploring a different angle |
|
|
51
|
+
| Rate response | Thumbs up/down | Help improve response quality over time |
|
|
38
52
|
|
|
39
|
-
###
|
|
53
|
+
### After a conversation
|
|
40
54
|
|
|
41
|
-
- **
|
|
42
|
-
- **
|
|
43
|
-
- **
|
|
44
|
-
- **Follow Up**: Ask clarifying questions
|
|
55
|
+
- **Save to collection** — Add the entire conversation to a saved collection for future reference.
|
|
56
|
+
- **Export** — Download the conversation as Markdown, PDF, or plain text.
|
|
57
|
+
- **Continue later** — All conversations are saved automatically. Pick up where you left off from the Threads page.
|
|
45
58
|
|
|
46
|
-
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## Multi-Language Support
|
|
62
|
+
|
|
63
|
+
Conversations work in 50+ languages:
|
|
64
|
+
|
|
65
|
+
- **Auto-detect** — Yantra automatically responds in the language you use.
|
|
66
|
+
- **Switch mid-conversation** — You can change languages at any point. Yantra adapts.
|
|
67
|
+
- **Translate** — Ask Yantra to translate a response into a different language.
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## Best Practices
|
|
47
72
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
73
|
+
1. **Be specific** — Instead of "tell me more," ask "what are the cost implications of option B?"
|
|
74
|
+
2. **Use context** — Reference earlier parts of the conversation: "Going back to the security concern you mentioned…"
|
|
75
|
+
3. **One topic per thread** — Keep conversations focused for better AI context management.
|
|
76
|
+
4. **Rate responses** — Thumbs up/down helps Yantra learn your preferences over time.
|
|
@@ -1,67 +1,87 @@
|
|
|
1
1
|
# Export Features
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Take your research anywhere. Yantra lets you export search results, conversations, and reports in multiple formats for offline use, sharing, or integration with other tools.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Supported Export Formats
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
| Format | Best for | Includes |
|
|
10
|
+
| -------------- | ---------------------------------------- | ----------------------------------------------- |
|
|
11
|
+
| **Markdown** | Documentation, GitHub, Notion | Formatted text with headers, lists, code blocks |
|
|
12
|
+
| **PDF** | Formal reports, presentations, archiving | Styled document with Yantra branding (optional) |
|
|
13
|
+
| **Plain text** | Simple sharing, email | Clean text without formatting |
|
|
14
|
+
| **JSON** | API integrations, data processing | Structured data with metadata |
|
|
15
|
+
| **CSV** | Spreadsheets, data analysis | Tabular data (results, citations, metadata) |
|
|
16
|
+
| **HTML** | Web publishing, email newsletters | Rendered HTML with styling |
|
|
13
17
|
|
|
14
|
-
|
|
18
|
+
---
|
|
15
19
|
|
|
16
|
-
|
|
17
|
-
- **CSV**: Spreadsheet-compatible format
|
|
18
|
-
- **XML**: Structured markup format
|
|
19
|
-
- **Plain Text**: Simple text format
|
|
20
|
+
## What You Can Export
|
|
20
21
|
|
|
21
|
-
|
|
22
|
+
### Search results
|
|
23
|
+
|
|
24
|
+
Export individual results or entire result sets:
|
|
25
|
+
|
|
26
|
+
1. Open a search result page.
|
|
27
|
+
2. Click **Export** in the top-right toolbar.
|
|
28
|
+
3. Select results to include (all or specific ones).
|
|
29
|
+
4. Choose your format.
|
|
30
|
+
5. Click **Download** or **Copy to clipboard**.
|
|
31
|
+
|
|
32
|
+
### Conversations
|
|
33
|
+
|
|
34
|
+
Export complete conversation threads:
|
|
22
35
|
|
|
23
|
-
|
|
36
|
+
1. Open the conversation you want to export.
|
|
37
|
+
2. Click the **⋯** menu > **Export Conversation**.
|
|
38
|
+
3. Choose the range (entire thread or selected messages).
|
|
39
|
+
4. Select format and click **Export**.
|
|
24
40
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
41
|
+
### Collections
|
|
42
|
+
|
|
43
|
+
Export entire saved collections at once:
|
|
44
|
+
|
|
45
|
+
1. Open the collection from your **Library**.
|
|
46
|
+
2. Click **Export Collection**.
|
|
47
|
+
3. Choose format and options.
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Export Options
|
|
29
52
|
|
|
30
|
-
|
|
53
|
+
Customize your exports:
|
|
31
54
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
55
|
+
| Option | Description | Available for |
|
|
56
|
+
| -------------------- | ------------------------------------- | ------------------- |
|
|
57
|
+
| Include sources | Add source URLs and citation metadata | All formats |
|
|
58
|
+
| Include timestamps | Add dates for each interaction | JSON, CSV, Markdown |
|
|
59
|
+
| Include images | Embed referenced images | PDF, HTML, Markdown |
|
|
60
|
+
| Custom header/footer | Add your own branding or notes | PDF only |
|
|
61
|
+
| Strip formatting | Export raw content without styling | All formats |
|
|
36
62
|
|
|
37
|
-
|
|
63
|
+
---
|
|
38
64
|
|
|
39
|
-
|
|
65
|
+
## Bulk Export
|
|
40
66
|
|
|
41
|
-
-
|
|
42
|
-
- **Collection Export**: Export entire collections
|
|
43
|
-
- **Scheduled Exports**: Automate regular exports
|
|
44
|
-
- **Bulk Operations**: Process large numbers of exports
|
|
67
|
+
For large-scale exports (data backup, compliance, migration):
|
|
45
68
|
|
|
46
|
-
|
|
69
|
+
1. Go to **Settings > Privacy > Export Data**.
|
|
70
|
+
2. Select data categories: searches, conversations, collections, preferences, account data.
|
|
71
|
+
3. Click **Request Export**.
|
|
72
|
+
4. You'll receive a download link via email within 24 hours.
|
|
73
|
+
5. The archive includes JSON and CSV files organized by category.
|
|
47
74
|
|
|
48
|
-
|
|
49
|
-
- **Cloud Storage**: Direct cloud storage integration
|
|
50
|
-
- **Email Integration**: Email exports directly
|
|
51
|
-
- **Workflow Integration**: Connect to other tools
|
|
75
|
+
> **Enterprise customers** can set up automated scheduled exports via the API.
|
|
52
76
|
|
|
53
|
-
|
|
77
|
+
---
|
|
54
78
|
|
|
55
|
-
|
|
79
|
+
## API Export
|
|
56
80
|
|
|
57
|
-
|
|
58
|
-
- **Download Links**: Access previous exports
|
|
59
|
-
- **Export Analytics**: Understand export patterns
|
|
60
|
-
- **Storage Management**: Manage export storage
|
|
81
|
+
Use the export API for programmatic access:
|
|
61
82
|
|
|
62
|
-
|
|
83
|
+
```
|
|
84
|
+
GET /v1/export/searches?format=json&from=2024-01-01&to=2024-12-31
|
|
85
|
+
```
|
|
63
86
|
|
|
64
|
-
|
|
65
|
-
- **Format Validation**: Ensure format compatibility
|
|
66
|
-
- **Content Verification**: Verify export completeness
|
|
67
|
-
- **Error Handling**: Handle export errors gracefully
|
|
87
|
+
The API supports all formats, date ranges, and filtering options available in the UI.
|
|
@@ -1,67 +1,82 @@
|
|
|
1
|
-
# Follow-
|
|
1
|
+
# Follow-Up Questions
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Yantra intelligently suggests follow-up questions to help you explore topics more deeply without having to think of what to ask next.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## How Follow-Up Questions Work
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
- **Examples**: Request concrete examples
|
|
11
|
-
- **Implications**: Explore consequences and effects
|
|
12
|
-
- **Comparisons**: Compare with other options
|
|
9
|
+
After every response, Yantra analyzes the content and generates 2–4 suggested follow-up questions. These appear as clickable chips below the response.
|
|
13
10
|
|
|
14
|
-
###
|
|
11
|
+
### What drives the suggestions
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
13
|
+
| Factor | How it's used |
|
|
14
|
+
| --------------------- | ------------------------------------------------------------- |
|
|
15
|
+
| Response content | Identifies subtopics or details worth exploring |
|
|
16
|
+
| Common next questions | Based on what other users typically ask after similar queries |
|
|
17
|
+
| Your history | Considers your recent searches and interests |
|
|
18
|
+
| Conversation context | Adjusts suggestions based on the flow of the current thread |
|
|
20
19
|
|
|
21
|
-
|
|
20
|
+
---
|
|
22
21
|
|
|
23
|
-
|
|
22
|
+
## Types of Follow-Up Questions
|
|
24
23
|
|
|
25
|
-
|
|
26
|
-
- **Specific**: Focus on particular aspects
|
|
27
|
-
- **Comparative**: Compare different options
|
|
28
|
-
- **Exploratory**: Discover new information
|
|
24
|
+
### Deepening questions
|
|
29
25
|
|
|
30
|
-
|
|
26
|
+
Go further into a topic already covered:
|
|
31
27
|
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
- **Specify Scope**: Define the scope of your question
|
|
35
|
-
- **Clarify Intent**: Explain what you're trying to understand
|
|
28
|
+
- _"What are the specific performance benchmarks for this approach?"_
|
|
29
|
+
- _"Can you explain how the encryption layer works in more detail?"_
|
|
36
30
|
|
|
37
|
-
|
|
31
|
+
### Broadening questions
|
|
38
32
|
|
|
39
|
-
|
|
33
|
+
Explore related but different angles:
|
|
40
34
|
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
- **Session Management**: Track conversation progress
|
|
44
|
-
- **History Integration**: Reference past conversations
|
|
35
|
+
- _"How does this compare to the alternative approaches?"_
|
|
36
|
+
- _"What are the security implications of this architecture?"_
|
|
45
37
|
|
|
46
|
-
###
|
|
38
|
+
### Practical questions
|
|
47
39
|
|
|
48
|
-
|
|
49
|
-
- **Topic Expansion**: Recommend related topics
|
|
50
|
-
- **Depth Indicators**: Show when to go deeper
|
|
51
|
-
- **Completion Signals**: Indicate when topics are covered
|
|
40
|
+
Move from theory to application:
|
|
52
41
|
|
|
53
|
-
|
|
42
|
+
- _"How would I implement this in a Node.js application?"_
|
|
43
|
+
- _"What's the estimated cost for a team of 50 users?"_
|
|
54
44
|
|
|
55
|
-
###
|
|
45
|
+
### Clarifying questions
|
|
56
46
|
|
|
57
|
-
|
|
58
|
-
- **Provide Context**: Include relevant background
|
|
59
|
-
- **Use Examples**: Reference specific examples
|
|
60
|
-
- **Stay Relevant**: Keep questions on topic
|
|
47
|
+
Get more precise information:
|
|
61
48
|
|
|
62
|
-
|
|
49
|
+
- _"Does this apply to the free tier or only paid plans?"_
|
|
50
|
+
- _"Is this feature available on mobile as well?"_
|
|
63
51
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Using Follow-Up Questions
|
|
55
|
+
|
|
56
|
+
### Click to ask
|
|
57
|
+
|
|
58
|
+
Simply click any suggested follow-up question to instantly submit it. The response will appear in the same conversation thread, maintaining full context.
|
|
59
|
+
|
|
60
|
+
### Edit before asking
|
|
61
|
+
|
|
62
|
+
Hover over a suggestion and click the **edit** icon to modify the question before submitting. This is useful when the suggestion is close but you want to be more specific.
|
|
63
|
+
|
|
64
|
+
### Ignore and ask your own
|
|
65
|
+
|
|
66
|
+
Follow-up suggestions are optional. You can always type your own question in the input field. Suggested questions won't interfere.
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
## Customization
|
|
71
|
+
|
|
72
|
+
### Toggle follow-up suggestions
|
|
73
|
+
|
|
74
|
+
If you prefer a cleaner interface, disable automatic suggestions:
|
|
75
|
+
|
|
76
|
+
**Settings > Preferences > AI Interaction > Auto follow-up questions** → Off
|
|
77
|
+
|
|
78
|
+
When disabled, you can still manually request suggestions by typing "Suggest follow-up questions" in the chat.
|
|
79
|
+
|
|
80
|
+
### Feedback loop
|
|
81
|
+
|
|
82
|
+
Click the **×** on any suggestion to dismiss it. Over time, Yantra learns which types of follow-ups are useful to you and adjusts accordingly.
|
|
@@ -1,67 +1,84 @@
|
|
|
1
|
-
# Real-
|
|
1
|
+
# Real-Time Search
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Yantra's real-time search delivers up-to-the-minute information by crawling the web as you ask, combining fresh data with AI-powered analysis.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## How Real-Time Search Works
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
- **Live Data Integration**: Access current information
|
|
11
|
-
- **Dynamic Updates**: Information updates in real-time
|
|
12
|
-
- **Fresh Content**: Prioritize recent content
|
|
9
|
+
Unlike traditional search engines that rely on pre-built indexes, Yantra can fetch and process live web content at query time:
|
|
13
10
|
|
|
14
|
-
|
|
11
|
+
1. **Query analysis** — Yantra determines whether your question needs real-time data (e.g., "latest," "today," "current price").
|
|
12
|
+
2. **Targeted crawling** — Relevant sources are fetched in real-time based on relevance and authority.
|
|
13
|
+
3. **Content extraction** — Key information is extracted from the fetched pages, filtering out ads, navigation, and boilerplate.
|
|
14
|
+
4. **AI synthesis** — The extracted content is analyzed and synthesized into a coherent, cited response.
|
|
15
|
+
5. **Source verification** — All claims are cross-referenced across multiple sources for accuracy.
|
|
15
16
|
|
|
16
|
-
|
|
17
|
-
- **Content Aggregation**: Combine multiple sources
|
|
18
|
-
- **Data Processing**: Real-time analysis and synthesis
|
|
19
|
-
- **Result Ranking**: Dynamic relevance scoring
|
|
17
|
+
> **Speed:** Real-time searches typically return results in 3–8 seconds, depending on the number of sources fetched.
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
---
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+
## When Real-Time Search Activates
|
|
24
22
|
|
|
25
|
-
-
|
|
26
|
-
- **Live Data**: Real-time statistics and updates
|
|
27
|
-
- **Trending Topics**: Current popular subjects
|
|
28
|
-
- **Recent Publications**: Latest articles and papers
|
|
23
|
+
Yantra automatically uses real-time search when your query involves:
|
|
29
24
|
|
|
30
|
-
|
|
25
|
+
| Trigger | Example |
|
|
26
|
+
| ------------------- | --------------------------------------------- |
|
|
27
|
+
| Current events | "What happened at the tech conference today?" |
|
|
28
|
+
| Time-sensitive data | "Current stock price of NVIDIA" |
|
|
29
|
+
| Recent developments | "Latest release notes for React 19" |
|
|
30
|
+
| Live information | "Weather in San Francisco right now" |
|
|
31
|
+
| Breaking news | "Election results 2024" |
|
|
31
32
|
|
|
32
|
-
|
|
33
|
-
- **Market Data**: Live financial and market information
|
|
34
|
-
- **Weather Updates**: Current weather conditions
|
|
35
|
-
- **Event Information**: Live event updates
|
|
33
|
+
For timeless or conceptual questions, Yantra uses its indexed knowledge base for faster responses.
|
|
36
34
|
|
|
37
|
-
|
|
35
|
+
---
|
|
38
36
|
|
|
39
|
-
|
|
37
|
+
## Source Selection
|
|
40
38
|
|
|
41
|
-
|
|
42
|
-
- **Parallel Processing**: Multiple searches simultaneously
|
|
43
|
-
- **Caching Strategy**: Optimize repeated searches
|
|
44
|
-
- **Load Balancing**: Distribute search load
|
|
39
|
+
### How sources are chosen
|
|
45
40
|
|
|
46
|
-
|
|
41
|
+
Yantra prioritizes sources based on:
|
|
47
42
|
|
|
48
|
-
- **
|
|
49
|
-
- **
|
|
50
|
-
- **
|
|
51
|
-
- **
|
|
43
|
+
- **Authority** — Established, reputable sources are ranked higher.
|
|
44
|
+
- **Freshness** — More recently updated content is preferred for time-sensitive queries.
|
|
45
|
+
- **Relevance** — Sources that closely match your specific query terms and intent.
|
|
46
|
+
- **Diversity** — Multiple perspectives are gathered to avoid single-source bias.
|
|
52
47
|
|
|
53
|
-
|
|
48
|
+
### Number of sources
|
|
54
49
|
|
|
55
|
-
|
|
50
|
+
| Search mode | Sources fetched |
|
|
51
|
+
| ------------- | --------------- |
|
|
52
|
+
| Regular | 5–10 |
|
|
53
|
+
| Pro Search | 10–20 |
|
|
54
|
+
| Deep Research | 20–50+ |
|
|
56
55
|
|
|
57
|
-
|
|
58
|
-
- **Market Research**: Access live market data
|
|
59
|
-
- **Academic Research**: Find recent publications
|
|
60
|
-
- **Competitive Analysis**: Monitor competitor activities
|
|
56
|
+
---
|
|
61
57
|
|
|
62
|
-
|
|
58
|
+
## Inline Citations
|
|
63
59
|
|
|
64
|
-
-
|
|
65
|
-
|
|
66
|
-
-
|
|
67
|
-
-
|
|
60
|
+
Every real-time search response includes numbered inline citations:
|
|
61
|
+
|
|
62
|
+
- Click a citation number `[1]` to jump to the source.
|
|
63
|
+
- Hover to see a preview of the source title, domain, and publish date.
|
|
64
|
+
- All sources are listed at the bottom of the response with full URLs.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Limitations
|
|
69
|
+
|
|
70
|
+
- **Paywalled content** — Yantra cannot access content behind paywalls or login walls.
|
|
71
|
+
- **Dynamic web apps** — Single-page applications that require JavaScript rendering may not be fully accessible.
|
|
72
|
+
- **Rate limits** — Extremely high-volume real-time queries may be throttled to ensure service stability.
|
|
73
|
+
- **Accuracy** — Real-time content hasn't been fact-checked by editors. Always verify critical information from primary sources.
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## Combining Real-Time with AI
|
|
78
|
+
|
|
79
|
+
Real-time search becomes especially powerful when combined with Yantra's AI analysis:
|
|
80
|
+
|
|
81
|
+
- **Summarize breaking news** — Get a concise overview instead of reading 10 articles.
|
|
82
|
+
- **Compare sources** — Ask Yantra to compare what different outlets are reporting.
|
|
83
|
+
- **Extract data** — Pull specific numbers, dates, or quotes from real-time sources.
|
|
84
|
+
- **Track over time** — Use saved searches with real-time mode to monitor topics continuously.
|
|
@@ -1,67 +1,75 @@
|
|
|
1
1
|
# Saved Searches
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Save any search query for quick access later, organize results into collections, and set up alerts for ongoing monitoring.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
---
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Saving a Search
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
- **Save with Notes**: Add personal notes to searches
|
|
11
|
-
- **Save with Tags**: Organize with custom tags
|
|
12
|
-
- **Save with Categories**: Categorize searches
|
|
9
|
+
### Quick save
|
|
13
10
|
|
|
14
|
-
|
|
11
|
+
Click the **bookmark icon** on any search result page to save the current query. The search is added to your default collection.
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
- **Source Links**: Preserve all source citations
|
|
18
|
-
- **Conversation Context**: Save follow-up conversations
|
|
19
|
-
- **Search Parameters**: Remember search settings
|
|
13
|
+
### Save with options
|
|
20
14
|
|
|
21
|
-
|
|
15
|
+
1. Click the **⋯** menu on the search results page.
|
|
16
|
+
2. Select **Save Search**.
|
|
17
|
+
3. Choose a collection or create a new one.
|
|
18
|
+
4. Optionally add tags for easy filtering.
|
|
19
|
+
5. Optionally enable **monitoring** to receive alerts when new matching content appears.
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+
---
|
|
24
22
|
|
|
25
|
-
|
|
26
|
-
- **Tag System**: Use tags for flexible organization
|
|
27
|
-
- **Hierarchical Structure**: Organize in folders
|
|
28
|
-
- **Search Within Saved**: Find saved searches quickly
|
|
23
|
+
## Collections
|
|
29
24
|
|
|
30
|
-
|
|
25
|
+
Organize your saved searches into themed collections:
|
|
31
26
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
27
|
+
| Feature | Details |
|
|
28
|
+
| ------------------ | ----------------------------------------------------------------------------- |
|
|
29
|
+
| Create collections | Group related searches (e.g., "Competitor Research", "Tech Stack Evaluation") |
|
|
30
|
+
| Share collections | Share with workspace members (view or edit access) |
|
|
31
|
+
| Reorder items | Drag and drop to prioritize |
|
|
32
|
+
| Bulk actions | Export, delete, or move multiple items at once |
|
|
33
|
+
| Nested collections | Create sub-collections for deeper organization |
|
|
36
34
|
|
|
37
|
-
|
|
35
|
+
### Managing collections
|
|
38
36
|
|
|
39
|
-
|
|
37
|
+
- **Create** — Click **+ New Collection** in the Library sidebar.
|
|
38
|
+
- **Rename** — Right-click the collection name > **Rename**.
|
|
39
|
+
- **Delete** — Right-click > **Delete**. You'll be asked to confirm. Saved searches inside are moved to Uncategorized, not deleted.
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
- **Version Control**: Track changes to saved searches
|
|
43
|
-
- **Archive System**: Archive old searches
|
|
44
|
-
- **Bulk Operations**: Manage multiple searches
|
|
41
|
+
---
|
|
45
42
|
|
|
46
|
-
|
|
43
|
+
## Search Monitoring
|
|
47
44
|
|
|
48
|
-
|
|
49
|
-
- **API Access**: Programmatic access to saved searches
|
|
50
|
-
- **Sync Across Devices**: Access from any device
|
|
51
|
-
- **Backup and Restore**: Protect your saved searches
|
|
45
|
+
Turn any saved search into a continuous monitor:
|
|
52
46
|
|
|
53
|
-
|
|
47
|
+
1. Save a search and enable **Monitoring**.
|
|
48
|
+
2. Set the check frequency: hourly, daily, or weekly.
|
|
49
|
+
3. Choose notification method: in-app, email, or Slack.
|
|
50
|
+
4. Yantra will re-run the search on schedule and notify you when new results appear.
|
|
54
51
|
|
|
55
|
-
###
|
|
52
|
+
### Use cases for monitoring
|
|
56
53
|
|
|
57
|
-
- **
|
|
58
|
-
- **
|
|
59
|
-
- **
|
|
60
|
-
- **
|
|
54
|
+
- **Company news** — Save a search for your company name and competitor names to track mentions.
|
|
55
|
+
- **Technology updates** — Monitor a framework or library for new releases and CVEs.
|
|
56
|
+
- **Industry trends** — Track emerging topics in your field with broad keyword searches.
|
|
57
|
+
- **Job market** — Monitor specific roles or skill requirements.
|
|
61
58
|
|
|
62
|
-
|
|
59
|
+
---
|
|
63
60
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
- **
|
|
67
|
-
- **
|
|
61
|
+
## Accessing Saved Searches
|
|
62
|
+
|
|
63
|
+
- **Library** — All saved searches and collections are accessible from the Library page in the sidebar.
|
|
64
|
+
- **Quick access** — Press ⌘ + K (Mac) or Ctrl + K (Windows) and type the collection name.
|
|
65
|
+
- **Search bar** — Your recent and saved searches appear as suggestions when you focus the search bar.
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## Export and Sharing
|
|
70
|
+
|
|
71
|
+
Share or export saved searches:
|
|
72
|
+
|
|
73
|
+
- **Share link** — Generate a shareable link for specific searches or entire collections.
|
|
74
|
+
- **Export** — Download collections in Markdown, JSON, or CSV format.
|
|
75
|
+
- **Slack** — Post a saved search result to a Slack channel directly from the Library.
|