Skip to content
Merged

Dev #42

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/0.getting started/0.download.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ description: Download Msty for Windows, Mac, and Linux
navTruncate: false
---

Find the right Msty installer for your operating system and hardware. Whether you're on Windows, Mac, or Linux, we offer versions optimized for both CPU and GPU setups.
Find the right Msty installer for your operating system and hardware. Whether you're on Windows, Mac, or Linux, we offer versions optimized for both CPU and GPU setups. Ensure your OS supports running a GUI application.

::tabs{variant="card" sync="download-os"}

::div{label="Windows" icon="iconoir:windows"}
### Windows
Choose between two versions depending on your hardware.
Expand Down
50 changes: 50 additions & 0 deletions content/1.features/advanced-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Advanced Search
description: Search through conversations with advanced search
navTruncate: false
---

Looking for a past conversation? Msty offers search options for searching through conversation titles and content.

The Free plan includes basic search only, while the Aurum plan includes advanced search options that allow you to search through all conversations, including the content of the conversations.

## Basic Search

Basic search is available in the Free plan. It allows you to search through conversation titles only.


## Advanced Search :aurum-tag

Advanced search is available in the Aurum plan and allows you to search through all conversations, including the content of the conversations.

There are a few ways you can perform an advanced search. You can select a search method from the ellipsis menu.

### Fuzzy Search

Fuzzy search will search through conversation titles and looks for similar words, not just exact matches.

Such as, if there is a typo in a title, fuzzy search may still be able to find it as long as the misspelled word has enough overlap with the fuzzy search keywords.



### Match Case
Match case search will look for exact matches of the search keywords.

Match Case searches through the conversation body only and does not include titles.

### Full-text Search

This method matches all words by default, is case-insensitive, and order of words does not matter.

Full-text searches through conversations body only and does not include titles.

#### Helpful tips:
- Use an asterisk (\*) to search for partial words. For example, searching for "chat*" will return results that contain "chat", "chats", "chatbot", etc.
- Use 'OR' to search for multiple words. For example, searching for "chat OR bot" will return results that contain either "chat" or "bot".
- Use double quotes to search for an exact phrase. For example, searching for "chat bot" will return results that contain the exact phrase "chat bot".
- Use "" to escape special characters. For example, searching for "chat \*bot" will return results that contain the exact phrase "chat *bot".


### Re-index Search

Re-index search will re-index all conversations. This is a great way to ensure that your searches are up to date and accurate.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ If you are unable to download the latest version of Local AI service using this
3. Once downloaded, unzip and move `bin` and `lib` directories to `~/.config/Msty/`
4. Rename `ollama` executable under `bin` to `msty-local`
5. Open Terminal and run the following command to make the file executable:

```sh
chmod +x ~/.config/Msty/bin/msty-local
```

#### Additional config for AMD ROCm™ GPU users only:
1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases
Expand Down