mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-10 04:00:11 +00:00
include all selected spaces in the fetch call to backend
This commit is contained in:
parent
957f131c1c
commit
066833a753
1 changed files with 1 additions and 2 deletions
|
|
@ -168,8 +168,7 @@ export const createMemory = async (input: {
|
|||
title: metadata.title,
|
||||
description: metadata.description,
|
||||
url: metadata.baseUrl,
|
||||
// TODO: now, in the vector store, we are only saving the first space. We need to save all spaces.
|
||||
space: storeToSpaces[0],
|
||||
spaces: storeToSpaces,
|
||||
user: data.user.id,
|
||||
type,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue