From 6e12e25beb66cc12877e0d8e63fca4ea5b97d614 Mon Sep 17 00:00:00 2001 From: Chris Agostino Date: Sat, 8 Feb 2025 12:01:56 -0500 Subject: [PATCH] readme update --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 58d5030..3ee591e 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ curl -fsSL https://ollama.com/install.sh | sh ollama pull llama3.2 ollama pull llava:7b +ollama pull nomic-embed-text pip install npcsh ``` @@ -62,6 +63,7 @@ brew services start ollama brew install pygobject3 ollama pull llama3.2 ollama pull llava:7b +ollama pull nomic-embed-text pip install npcsh ``` ### Widows Install @@ -73,12 +75,19 @@ Then, in a powershell. Download and install ffmpeg. ``` ollama pull llama3.2 ollama pull llava:7b +ollama pull nomic-embed-text pip install npcsh ``` As of now, npcsh appears to work well with some of the core functionalities like /ots and /whisper. Haven't figured out the command execution parts with windows yet but will make an issue. +### Fedora Install (under construction) + +python3-dev (fixes hnswlib issues with chroma db) +xhost + (pyautogui) +python-tkinter (pyautogui) + ## Startup Configuration and Project Structure After it has been pip installed, `npcsh` can be used as a command line tool. Start it by typing: ```bash