update embeddings for vector search

This commit is contained in:
Silas 2025-04-06 17:46:12 -04:00
parent cc2e29c62b
commit 06e37b3712
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
3 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
// eslint-disable-next-line
import * as tf from '@tensorflow/tfjs-node';
import postEmbeddings from '$lib/utils/poetry/embeddings.json';
import postEmbeddings from '$lib/utils/embeddings.json';
import { error, json } from '@sveltejs/kit';
import { getModel, type Embedding, type SearchResult } from '$lib/utils/search';
import { fetchMarkdownPosts } from '$lib/utils';