Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 532 Bytes

File metadata and controls

29 lines (19 loc) · 532 Bytes

embed

embed (embedding) by ollama API with ollama and Deno.

Setup

setup ollama

ollama run nomic-embed-text:latest

Usage

  1. make data.txt

  2. add embeding

deno --allow-read --allow-net --allow-import --allow-write addembed.js data.txt
  1. getsimilar
deno --allow-read --allow-net --allow-import getsimilar.js Wirthとは?

Library