Difference between revisions of "Msty"

From Notes_Wiki
m
m
Line 14: Line 14:
# In Msty better to configure remote ollama with http://localhost:11434/ instead of using local so that we dont have to redownload the models again and also so that the same in-memory cache works for other products also
# In Msty better to configure remote ollama with http://localhost:11434/ instead of using local so that we dont have to redownload the models again and also so that the same in-memory cache works for other products also
# Optionally delete ~/.config/Msty/models folder and make it point to ~/.ollama/models folder.  This is going to impact only if you try to use local Msty so that same models dont need to be downloaded again.
# Optionally delete ~/.config/Msty/models folder and make it point to ~/.ollama/models folder.  This is going to impact only if you try to use local Msty so that same models dont need to be downloaded again.
=Sample queries=
We can ask queries using local knowledge such as:
* How to check Linux flavor installed on current system using shell command
Then to search internet before reply, click on Globe icon to enable "Real Time Data" or (RAG) and then search
* What are best ollama models available today to run on local system






[[Main Page|Home]] > [[Local system based AI tools]] > [[Msty]]
[[Main Page|Home]] > [[Local system based AI tools]] > [[Msty]]

Revision as of 13:08, 5 July 2025

Home > Local system based AI tools > Msty

About

Msty gives access to most of the modern AI tools including local Ollama from a easy to use interface. It also supports RAG for ollama using search.

Install and execute

To install Msty use following steps:

  1. Download AppImage from https://msty.app/
  2. Install by doing "chmod +x" and running it
  3. Choose "Integrate and Run" option in the AppImageLauncher application

See Rocky 9.x Owncloud client via AppImage

Configure

  1. In Msty better to configure remote ollama with http://localhost:11434/ instead of using local so that we dont have to redownload the models again and also so that the same in-memory cache works for other products also
  2. Optionally delete ~/.config/Msty/models folder and make it point to ~/.ollama/models folder. This is going to impact only if you try to use local Msty so that same models dont need to be downloaded again.


Sample queries

We can ask queries using local knowledge such as:

  • How to check Linux flavor installed on current system using shell command

Then to search internet before reply, click on Globe icon to enable "Real Time Data" or (RAG) and then search

  • What are best ollama models available today to run on local system


Home > Local system based AI tools > Msty