const chain = makeChain(vectorStore);
const response = await chain.call({
question: sanitizedQuestion,
chat_history: history || []
});
view raw chat.ts hosted with ❤ by GitHub