Skip to content

Commit

Permalink
contectual top2vec bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Nov 14, 2024
1 parent 535da3c commit a221cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions top2vec/top2vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ def __init__(self,

self.embedding_model_path = embedding_model_path

self.contextual_top2vec = contextual_top2vec

# validate document splitting
use_sentencizer = False
custom_chunker = False
Expand Down

0 comments on commit a221cfd

Please sign in to comment.