This commit is contained in:
Dhravya Shah 2024-08-30 17:11:58 -07:00
parent 4bdf40027f
commit d838354524

View file

@ -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,