Skip to content

Commit

Permalink
added embdding model options and get documents topic method
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Oct 15, 2020
1 parent 2b6939d commit bc3ec52
Show file tree
Hide file tree
Showing 3 changed files with 510 additions and 157 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = 'Dimo Angelov'

# The full version, including alpha/beta/rc tags
release = '1.0.11'
release = '1.0.12'


# -- General configuration ---------------------------------------------------
Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
name="top2vec",
packages=["top2vec"],
version="1.0.11",
version="1.0.12",
author="Dimo Angelov",
author_email="dimo.angelov@gmail.com",
description="Top2Vec learns jointly embedded topic, document and word vectors.",
Expand All @@ -32,6 +32,11 @@
'umap-learn',
'hdbscan',
'wordcloud',
'tensorflow',
'tensorflow_hub',
'tensorflow_text',
'torch',
'sentence_transformers',
],
python_requires='>=3.6',
)

0 comments on commit bc3ec52

Please sign in to comment.