Relative Content

Tag Archive for csvartificial-intelligenceopenai-apilangchain

how to provide entire document to openai for QA purpose with Langchain?

I am trying to provide entire document , not some parts nor small context to openai as input and ask questions regarding the document.This is not usual QA.This is more like text generation based on given document.not summarization. openai would return a long answer, not two lines.