This project instantiates an adaptive search engine based on tokens generated by BERT. The frontend is made with React, the API with FastAPI and the backend with Elasticsearch.
- Open Docker Desktop
- Open the command prompt and cd to the current location of the 'moteur_recherche' folder
- Enter the following commands :
wsl -d docker-desktop
sysctl -w vm.max_map_count=262144
exit
docker-compose up