Passing two documents into a gpt module

Got it. In that case you need to use 3 OpenAI modules. 1. Upload files 2. Add files to Vector store > Create new vector store 3. Message an Assistant as OpenAI Chat completion only supports images files, not documents.


This is the sample flow that you can replicate.
After uploading the file i am using text aggregator to combine file Ids with comma as separator

Make sure that you use source module which retuned 2 files in seperate bundles not operations

While creating and adding files to vector store use split function to add files at once from the string that was compiled by text aggregator.

At last use Message an Assistant module to add that vector store in file search. and your files will be analyzed by GPT model based on instructions and user prompt

I hope this helps.

Let me know if you need more help!

Best,
@Prem_Patel