diff options
| author | Dhravya Shah <[email protected]> | 2024-08-30 17:11:58 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-08-30 17:11:58 -0700 |
| commit | d838354524c1f55d57f7d1ed52ceec79f274f890 (patch) | |
| tree | 11dd0bddee5c13026237ef2b9c1c476b21125253 | |
| parent | fix: telegram bot (diff) | |
| download | supermemory-d838354524c1f55d57f7d1ed52ceec79f274f890.tar.xz supermemory-d838354524c1f55d57f7d1ed52ceec79f274f890.zip | |
ugh
| -rw-r--r-- | apps/cf-ai-backend/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cf-ai-backend/src/index.ts b/apps/cf-ai-backend/src/index.ts index 1493d90c..997ac44e 100644 --- a/apps/cf-ai-backend/src/index.ts +++ b/apps/cf-ai-backend/src/index.ts @@ -120,7 +120,7 @@ app.post("/api/add", zValidator("json", vectorBody), async (c) => { if (isWithinLimit) { await c.env.EMBEDCHUNKS_QUEUE.send({ - content: body.url, + content: saveToDbUrl, user: body.user, space: body.spaces, type: type, |