mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-10 04:00:11 +00:00
proper URLs
This commit is contained in:
parent
5cb5bcdbda
commit
2ffb0542eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue