I am working on building a RAG on pdfs - and running into an issue of lack of repeatability of responses, even when I have set the temperature of open ai to 0. I literally copy the code and run it in two different jupyter notebooks and get different responses every time.
Any insights here ? Is the chunking randomized for the same file ? Help would be appreciated
Found another thing with chat_engine, I sent a query to the chat_engine and it gave an response, when I am printing the response it is giving something and when i am just displaying the response it is soething else, wondering what to say to this kind of scenario, if you can explain this behaviour