diff --git a/content/0.getting started/0.download.md b/content/0.getting started/0.download.md index c8c7854..fc4e87f 100644 --- a/content/0.getting started/0.download.md +++ b/content/0.getting started/0.download.md @@ -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. diff --git a/content/1.features/advanced-search.md b/content/1.features/advanced-search.md new file mode 100644 index 0000000..148deea --- /dev/null +++ b/content/1.features/advanced-search.md @@ -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. diff --git a/content/2.how-to guides/get the latest version of local ai service.md b/content/2.how-to guides/get the latest version of local ai service.md index 961baa9..d1cb9b8 100644 --- a/content/2.how-to guides/get the latest version of local ai service.md +++ b/content/2.how-to guides/get the latest version of local ai service.md @@ -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