Closed zas97 closed 1 year ago
The basic requirement for this is just performing OCR on the PDF to extract text and then feeding that text into the LLM context as normal. It should be possible, might be a good candidate for a plugin/integration
If it is a large pdf file it also needs to be chunked in and then perform a query to only input the relevant chunks into the LLM as context.
Could you give me some hints as to how could I create a plugin with such functionality?
Could you give me some hints as to how could I create a plugin with such functionality?
We don't have a final specification for how plugins for OA will be developed yet, but there are people working on it
Looking forward to see the plugins and especially with pdf files
It is now possible to use plugins for this with the same spec as OpenAI
It is now possible to use plugins for this with the same spec as OpenAI
Is there an example where I can find in the docs?
Would it be possible in the future to chat with Open-Assistant with the context of a pdf like in https://www.chatpdf.com/?