Skip to content

Instantly share code, notes, and snippets.

@bobvanluijt
Created April 20, 2021 14:20
Show Gist options
  • Save bobvanluijt/a533197c1eb4bfc7800d18f04b3f1a42 to your computer and use it in GitHub Desktop.
Save bobvanluijt/a533197c1eb4bfc7800d18f04b3f1a42 to your computer and use it in GitHub Desktop.
Show Publication vectors in GraphQL for Weaviate's News Article demo dataset
{
Get {
Publication {
name
_additional {
vector
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment