You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log('Cannot run upload examples in Browser environment');
70
70
}else{
71
-
/* Simulate file upload passing a path to file */
72
-
constfilePath=path.join(process.cwd(),'examples/studio/conversational-rag/files','meerkat.txt');// Use process.cwd() to get the current working directory
0 commit comments