* New pre-trained transformer models available * Ability to use any embedding model by passing callable to `embedding_model` * New `embedding_batch_size` option * Document chunking options for long documents * Phrases in topics by setting `ngram_vocab=True`
1.0.26
1.0.25
Added `query_documents` and `query_topics` methods which allow for using a sequence of text such as a question, a sentence, a paragraph or a document to query documents or topics.
Added `num_topics` parameter to `get_documents_topics` method which allows retrieving multiple topics per document.