Skip to content

Latest commit

 

History

History

bert-information-retrieval

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Information Retrieval with BERT

This example contains the notebook that was used in this Towards Data Science article.

In this example we are going to use Weaviate without vectorization module, and use it as pure vector database to use a BERT transformer to vectorize text documents, then retrieve the closest ones through Weaviate's Search.

Note that we use Weaviate as pure vector database without any vectorization module attached. After this example was released, we have released new vectorization modules, like the text2vec-transformers module. You can use this module to run Weaviate with a BERT transformer module out of the box.