Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bobvanluijt/b82b344ce55ce8d7d3b445d2a3be037f to your computer and use it in GitHub Desktop.
Save bobvanluijt/b82b344ce55ce8d7d3b445d2a3be037f to your computer and use it in GitHub Desktop.
{
Get {
Paragraph(
ask: {
question: "Where is the States General of The Netherlands located?"
properties: ["content"]
}
limit: 1
) {
_additional {
answer {
result
certainty
}
}
content
title
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment