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 79e616b commit 5888d67Copy full SHA for 5888d67
examples/studio/conversational-rag/rag-engine.ts
@@ -27,6 +27,7 @@ async function waitForFileProcessing(
27
async function uploadGetUpdateDelete(fileInput, path) {
28
const client = new AI21({ apiKey: process.env.AI21_API_KEY });
29
try {
30
+ console.log(`Uploading file with id ${fileInput}`);
31
const uploadFileResponse: UploadFileResponse = await client.files.create({
32
file: fileInput,
33
path: path,
0 commit comments