proper URLs

This commit is contained in:
Dhravya 2024-06-16 12:06:37 -05:00
parent 5cb5bcdbda
commit 2ffb0542eb

View file

@ -98,7 +98,7 @@ export async function batchCreateChunksAndEmbeddings({
chunks: string[];
context: Context<{ Bindings: Env }>;
}) {
const ourID = `${body.url}-${body.user}`;
const ourID = `${body.url}/#supermemory-${body.user}`;
await deleteDocument({ url: body.url, user: body.user, c: context, store });