I am interested in creating a plugin for chatting with large PDF documents. Eventually we can have this expanded to include to chatting with any type of content (voice, docs, videos).
I have used langchain and pinecone concatenation to start this effort. Would like to know how to convert this into a plugin.
1 Like
You will need to create an API to use as a plugin. Check out the documentation: OpenAI API
1 Like