docs(user): launch bar clarifications in the LLM doc

This commit is contained in:
Elian Doran
2025-11-05 08:26:34 +02:00
parent f55edabe92
commit 88b9709f15
3 changed files with 45 additions and 38 deletions

View File

@@ -19,8 +19,7 @@ class="image image_resized" style="width:74.04%;">
<img style="aspect-ratio:1911/997;" src="1_AI_image.png" <img style="aspect-ratio:1911/997;" src="1_AI_image.png"
width="1911" height="997"> width="1911" height="997">
</figure> </figure>
<h2>Embeddings</h2>
<h2>Embeddings</h2>
<p><strong>Embeddings</strong> are important as it allows us to have an compact <p><strong>Embeddings</strong> are important as it allows us to have an compact
AI “summary” (it's not human readable text) of each of your Notes, that AI “summary” (it's not human readable text) of each of your Notes, that
we can then perform mathematical functions on (such as cosine similarity) we can then perform mathematical functions on (such as cosine similarity)
@@ -80,59 +79,59 @@ class="image image_resized" style="width:74.04%;">
<p>These are the tools that currently exist, and will certainly be updated <p>These are the tools that currently exist, and will certainly be updated
to be more effectively (and even more to be added!):</p> to be more effectively (and even more to be added!):</p>
<ul> <ul>
<li><code>search_notes</code> <li data-list-item-id="e56ad2313afb3f2f5162bcb3d9bf8e963"><code>search_notes</code>
<ul> <ul>
<li>Semantic search</li> <li data-list-item-id="ee3b5cc2bd60f496e7919c63def713108">Semantic search</li>
</ul> </ul>
</li> </li>
<li><code>keyword_search</code> <li data-list-item-id="e9abe7bae428aff060dfc70ef669bd079"><code>keyword_search</code>
<ul> <ul>
<li>Keyword-based search</li> <li data-list-item-id="ea8e2cece0d711e80eacfdb42e5d0edc3">Keyword-based search</li>
</ul> </ul>
</li> </li>
<li><code>attribute_search</code> <li data-list-item-id="e775735113778afe2073695881679540b"><code>attribute_search</code>
<ul> <ul>
<li>Attribute-specific search</li> <li data-list-item-id="e64a93997e8ae8cc348e222f926866921">Attribute-specific search</li>
</ul> </ul>
</li> </li>
<li><code>search_suggestion</code> <li data-list-item-id="e58d04b2e226a143a8c8941337b04113a"><code>search_suggestion</code>
<ul> <ul>
<li>Search syntax helper</li> <li data-list-item-id="e7c1ed076f0e0e3c242ca659276576860">Search syntax helper</li>
</ul> </ul>
</li> </li>
<li><code>read_note</code> <li data-list-item-id="e30741593cef85e71179301c280063bc2"><code>read_note</code>
<ul> <ul>
<li>Read note content (helps the LLM read Notes)</li> <li data-list-item-id="e9c50f6fe0b4f013f16f9b32dbf6dbc92">Read note content (helps the LLM read Notes)</li>
</ul> </ul>
</li> </li>
<li><code>create_note</code> <li data-list-item-id="ec71fd71ce58b9d8338bc66e7c99ae1cb"><code>create_note</code>
<ul> <ul>
<li>Create a Note</li> <li data-list-item-id="e0b0bae68b45bb0c27bc092145452ecd1">Create a Note</li>
</ul> </ul>
</li> </li>
<li><code>update_note</code> <li data-list-item-id="e7e816d84f52cf76096d2b5f1e4665989"><code>update_note</code>
<ul> <ul>
<li>Update a Note</li> <li data-list-item-id="ed28fc8ca5a4753c1b680ee52d140940a">Update a Note</li>
</ul> </ul>
</li> </li>
<li><code>manage_attributes</code> <li data-list-item-id="e4580152b092501aa4fa87d1562b0f304"><code>manage_attributes</code>
<ul> <ul>
<li>Manage attributes on a Note</li> <li data-list-item-id="ea0601e29b574cf0e4c40ae0e7d60bfa4">Manage attributes on a Note</li>
</ul> </ul>
</li> </li>
<li><code>manage_relationships</code> <li data-list-item-id="ecea045d4312b04ea06ac12802efb0544"><code>manage_relationships</code>
<ul> <ul>
<li>Manage the various relationships between Notes</li> <li data-list-item-id="e3293a7c119de1a0eb2ddf8779a0b0d65">Manage the various relationships between Notes</li>
</ul> </ul>
</li> </li>
<li><code>extract_content</code> <li data-list-item-id="e483a2ef5f76d4da426c6059ddd3827a0"><code>extract_content</code>
<ul> <ul>
<li>Used to smartly extract content from a Note</li> <li data-list-item-id="e1735854ab39d6d4e06a242bc2f80b839">Used to smartly extract content from a Note</li>
</ul> </ul>
</li> </li>
<li><code>calendar_integration</code> <li data-list-item-id="e11df70f4a6846bf881cb110c2950065f"><code>calendar_integration</code>
<ul> <ul>
<li>Used to find date notes, create date notes, get the daily note, etc.</li> <li data-list-item-id="e0f1dfa6c5520bf02e125c1932b4f6e5e">Used to find date notes, create date notes, get the daily note, etc.</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@@ -145,17 +144,18 @@ class="image image_resized" style="width:74.04%;">
<p>You don't need to tell the LLM to execute a certain tool, it should “smartly” <p>You don't need to tell the LLM to execute a certain tool, it should “smartly”
call tools and automatically execute them as needed.</p> call tools and automatically execute them as needed.</p>
<h2>Overview</h2> <h2>Overview</h2>
<p>Now that you know about embeddings and tools, you can just go ahead and <p>To start, simply press the <em>Chat with Notes</em> button in the&nbsp;
use the “Chat with Notes” button, where you can go ahead and start chatting!:</p> <a
<figure class="reference-link" href="#root/pOsGYCXsbNQG/gh7bpGYxajRS/Vc8PjrjAGuOp/_help_xYmIYSP6wE3F">Launch Bar</a>.</p>
class="image image_resized" style="width:60.77%;"> <figure class="image image_resized" style="width:60.77%;">
<img style="aspect-ratio:1378/539;" src="2_AI_image.png" <img style="aspect-ratio:1378/539;" src="2_AI_image.png"
width="1378" height="539"> width="1378" height="539">
</figure> </figure>
<p>If you don't see the “Chat with Notes” button on your side launchbar, <p>If you don't see the button in the&nbsp;<a class="reference-link" href="#root/pOsGYCXsbNQG/gh7bpGYxajRS/Vc8PjrjAGuOp/_help_xYmIYSP6wE3F">Launch Bar</a>,
you might need to move it from the Available Launchers section to the you might need to move it from the <em>Available Launchers</em> section to
Visible Launchers section:</p> the <em>Visible Launchers</em> section:</p>
<figure class="image image_resized" style="width:69.81%;"> <figure class="image image_resized"
<img style="aspect-ratio:1765/1287;" src="9_AI_image.png" style="width:69.81%;">
width="1765" height="1287"> <img style="aspect-ratio:1765/1287;" src="9_AI_image.png"
</figure> width="1765" height="1287">
</figure>

View File

@@ -14187,6 +14187,13 @@
"value": "bx bx-bot", "value": "bx bx-bot",
"isInheritable": false, "isInheritable": false,
"position": 30 "position": 30
},
{
"type": "relation",
"name": "internalLink",
"value": "xYmIYSP6wE3F",
"isInheritable": false,
"position": 40
} }
], ],
"format": "markdown", "format": "markdown",

View File

@@ -80,10 +80,10 @@ You don't need to tell the LLM to execute a certain tool, it should “smartly
## Overview ## Overview
Now that you know about embeddings and tools, you can just go ahead and use the Chat with Notes button, where you can go ahead and start chatting!: To start, simply press the _Chat with Notes_ button in the <a class="reference-link" href="Basic%20Concepts%20and%20Features/UI%20Elements/Launch%20Bar.md">Launch Bar</a>.
<figure class="image image_resized" style="width:60.77%;"><img style="aspect-ratio:1378/539;" src="2_AI_image.png" width="1378" height="539"></figure> <figure class="image image_resized" style="width:60.77%;"><img style="aspect-ratio:1378/539;" src="2_AI_image.png" width="1378" height="539"></figure>
If you don't see the “Chat with Notes” button on your side launchbar, you might need to move it from the Available Launchers section to the Visible Launchers section: If you don't see the button in the <a class="reference-link" href="Basic%20Concepts%20and%20Features/UI%20Elements/Launch%20Bar.md">Launch Bar</a>, you might need to move it from the _Available Launchers_ section to the _Visible Launchers_ section:
<figure class="image image_resized" style="width:69.81%;"><img style="aspect-ratio:1765/1287;" src="9_AI_image.png" width="1765" height="1287"></figure> <figure class="image image_resized" style="width:69.81%;"><img style="aspect-ratio:1765/1287;" src="9_AI_image.png" width="1765" height="1287"></figure>