Skip to content

Commit 585e278

Browse files
amirai21asafgardin
authored andcommitted
feat: log
1 parent 8914f61 commit 585e278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/studio/conversational-rag/rag-engine.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const fileContent = Buffer.from(
7474
const dummyFile = new File([fileContent], 'example.txt', { type: 'text/plain' });
7575

7676
if (isNode) {
77+
console.log('Running file upload in Node environment');
7778
uploadGetUpdateDelete(dummyFile, Date.now().toString()).catch(console.error);
7879
listFiles().catch(console.error);
7980
} else {

0 commit comments

Comments
 (0)