Skip to content

Instantly share code, notes, and snippets.

@Juraj-Sulimanovic
Created April 5, 2024 10:39
Show Gist options
  • Save Juraj-Sulimanovic/87b0a8e1ebe9a0b61fefc5a92a26781c to your computer and use it in GitHub Desktop.
Save Juraj-Sulimanovic/87b0a8e1ebe9a0b61fefc5a92a26781c to your computer and use it in GitHub Desktop.
const chain = makeChain(vectorStore);
const response = await chain.call({
question: sanitizedQuestion,
chat_history: history || []
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment