Skip to content

document indexing

Compare
Choose a tag to compare
@ddangelov ddangelov released this 07 Dec 21:00
· 83 commits to master since this release

Added option for indexing document vectors, this will speed up search for models with large number of documents. Specifically search_documents_by_vector, search_documents_by_keywords, and search_documents_by_documents.

Added new method search_documents_by_vector.

Added code to prevent hierarchical topic reduction error #79.