update embeddings for vector search
This commit is contained in:
parent
cc2e29c62b
commit
06e37b3712
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue