Skip to content

Commit

Permalink
Update keybert/_llm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maarten Grootendorst <[email protected]>
  • Loading branch information
afuetterer and MaartenGr authored Jul 15, 2024
1 parent 920969f commit 01993b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keybert/_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def extract_keywords(
check_vocab: Only return keywords that appear exactly in the documents
candidate_keywords: Candidate keywords for each document
threshold: Minimum similarity value between 0 and 1 used to decide how similar documents need to receive the same keywords.
embeddings: TODO
embeddings: The embeddings of each document.
Returns:
keywords: The top n keywords for a document with their respective distances
Expand Down

0 comments on commit 01993b3

Please sign in to comment.