From 48488850f14186d98b91bb256420dcd6759ca7d6 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Wed, 1 May 2024 11:13:59 -0700 Subject: [PATCH] forgot the readme Signed-off-by: Matt Williams --- 2024-04-11-whatsinyourchroma/readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2024-04-11-whatsinyourchroma/readme.md diff --git a/2024-04-11-whatsinyourchroma/readme.md b/2024-04-11-whatsinyourchroma/readme.md new file mode 100644 index 0000000..1bfd52b --- /dev/null +++ b/2024-04-11-whatsinyourchroma/readme.md @@ -0,0 +1,10 @@ +# What is this + +I did a video that needed me to paste in an embedding into a bit of +code. So I made this to make it easier to generate that embedding. +Make sure you have nomic-embed-text on your system before starting. + + +1. Run `ollama pull nomic-embed-text`. +2. use the shell script. +3. profit!