I am trying to retrieve categorical content from the pdf file uploaded in the open AI. I am using Assistant with vector store for file search.
I get accurate results when I run the code in my vs code, local system. But when using the same code in my AWS lambda function, the result from the assistant thread is very different and I am not getting the results that I require. What could be the reason??