I am using large text as a knowledgebase with 700K tokens.
I need to get a response based on this knowledgebase by sending to OpenAI api.
so I can split this into 100K tokens of text.
I can send first chunk to OpenAI. then get a response (this is summarized text with only few sentences , so poor knowlegebase).
I doin't think openAI remembers previous sent message.
then how should I send from 2nd chunk?
help me please .