diff options
| author | Dhravya <[email protected]> | 2024-06-16 12:06:37 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-16 12:06:37 -0500 |
| commit | 2ffb0542ebff501f4286695dc2f5f494cceaee34 (patch) | |
| tree | c7ab098b56e17322c5ca86baf051a265a6aab002 | |
| parent | fixed a bug (diff) | |
| download | supermemory-2ffb0542ebff501f4286695dc2f5f494cceaee34.tar.xz supermemory-2ffb0542ebff501f4286695dc2f5f494cceaee34.zip | |
proper URLs
| -rw-r--r-- | apps/cf-ai-backend/src/helper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cf-ai-backend/src/helper.ts b/apps/cf-ai-backend/src/helper.ts index 87495c59..e0638ca6 100644 --- a/apps/cf-ai-backend/src/helper.ts +++ b/apps/cf-ai-backend/src/helper.ts @@ -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 }); |