Skip to content

Instantly share code, notes, and snippets.

@makispl
Created December 16, 2023 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makispl/12ec085e94f55ec0fe9023860a5a9bc4 to your computer and use it in GitHub Desktop.
Save makispl/12ec085e94f55ec0fe9023860a5a9bc4 to your computer and use it in GitHub Desktop.
# Construct the query
query = 'What is defined as criticality?'
query_res = Query(library).semantic_query(query, result_count=2)
print(query_res)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment