aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/cf-ai-backend/src/index.ts2
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,