Unable to Pass File to GPT-4 Message as assistant Module

Details: I’m setting up a scenario where I upload a PDF resume to extract all details from the document. However, I’m encountering an issue where the output message reads: “Result: It appears that the resume file was not successfully uploaded. Please try uploading the resume file again, and I will assist you with extracting and presenting the textual content.” How can I resolve this issue and ensure the file is uploaded successfully for content extraction?





Hello,

I think you have to map the File ID coming from the output of “Upload a File”

Benjamin

Hi @Med_FutureXAI ,

Welcome to Make Community!

We have a solution for you please check the below image and notes.

To analyze the details from a file, after uploading the file you have to pass the file ID as shown below.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
| Book Live Implementation
Visit us here
Youtube Channel

@Msquare_Automation @Benjamin_from_Make
What happend if i select file search?
I want to extract the text from the pdf file.

@Med_FutureXAI ,

If you want to use search files you will have to add the files to the vector store to do that you may have to use the below module.
image

But, we will suggest you use the code interpreter to do this since this is very effective in extracting details from pdfs.