From d838354524c1f55d57f7d1ed52ceec79f274f890 Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Fri, 30 Aug 2024 17:11:58 -0700 Subject: [PATCH] ugh --- apps/cf-ai-backend/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,