We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8914f61 commit 585e278Copy full SHA for 585e278
examples/studio/conversational-rag/rag-engine.ts
@@ -74,6 +74,7 @@ const fileContent = Buffer.from(
74
const dummyFile = new File([fileContent], 'example.txt', { type: 'text/plain' });
75
76
if (isNode) {
77
+ console.log('Running file upload in Node environment');
78
uploadGetUpdateDelete(dummyFile, Date.now().toString()).catch(console.error);
79
listFiles().catch(console.error);
80
} else {
0 commit comments