mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
fixup demos
This commit is contained in:
parent
3d763f4998
commit
a12b5b697d
14 changed files with 21 additions and 736 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<div id="target"></div>
|
||||
<script type="module">
|
||||
import {default as init} from "./sqlite3.mjs";
|
||||
import {default as init} from "https://cdn.jsdelivr.net/npm/sqlite-vec-wasm-demo@latest/sqlite3.mjs";
|
||||
function log(msg) {
|
||||
const pre = document.querySelector('#target').appendChild(document.createElement("pre"));
|
||||
pre.textContent = msg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue