Skip to content

Commit b1e82f6

Browse files
committed
🐛 FIX: Meta support
1 parent e3a6936 commit b1e82f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/baseai/src/deploy/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,8 @@ export async function uploadDocumentsToMemory({
662662
const signedUrl = await getSignedUploadUrl({
663663
documentName: doc.name,
664664
memoryName: name,
665-
account
665+
account,
666+
meta: doc.meta
666667
});
667668

668669
const uploadResponse = await uploadDocument(

0 commit comments

Comments
 (0)