Skip to content

Commit

Permalink
πŸ› FIX: Meta support
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadbilaldev committed Dec 13, 2024
1 parent e3a6936 commit b1e82f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/baseai/src/deploy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,8 @@ export async function uploadDocumentsToMemory({
const signedUrl = await getSignedUploadUrl({
documentName: doc.name,
memoryName: name,
account
account,
meta: doc.meta
});

const uploadResponse = await uploadDocument(
Expand Down

0 comments on commit b1e82f6

Please sign in to comment.