Skip to content

Build a semantic search engine with Transformers and Faiss

Notifications You must be signed in to change notification settings

anishkuti/vector_engine

 
 

Repository files navigation

Building a semantic search engine with Transformers and Faiss

This repository contains the code for the following Medium blogs:

Check out the blogs if you want to learn how to create a semantic search engine with Sentence Transformers and Faiss.

You can run the notebook on Google Colab and leverage the free GPU to speed up the computation!

How to deploy the Streamlit app locally with Docker

Assuming docker is running on your machine and you have a docker account, do the following:

  • Build the image
docker build -t <USERNAME>/<YOUR_IMAGE_NAME> .
  • Run the image
docker run -p 8501:8501 <USERNAME>/<YOUR_IMAGE_NAME>
  • Open your browser and go to http:https://localhost:8501/

About

Build a semantic search engine with Transformers and Faiss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.5%
  • Python 8.2%
  • Dockerfile 0.3%