When using Langchain, we can feed documents fetched from a vector DB to the LLM to generate natural language response. Is it possible to do the same via a plugin? If yes, some links or docs would be very helpful!
On the flipside, If it’s not possible, can anyone help me understand why not?
Langchain code to generate response from vector db query: