Building Search Functionality With Python, Flask, and Elasticsearch

preview_player
Показать описание
Building a web application to solve a business problem is relatively easy, but how do you create a compelling experience that draws your users in and entices them to spend more time in your app? Making your search features great can do wonders for attaining that goal, regardless of whether your app is about eCommerce, food delivery, or social media.

This talk will be presented in four parts:
- Introduction to web applications and how to build a search feature.
- Adding search functionality and implementing synonyms, curations, and relevance.
- Dockerizing and deploying in a cloud.
- Collecting logs and traces to better understand the application's performance.

The end result will be a live website with "https" that participants can play with. All of the instructions and slides will be provided with links, along with a GitHub repository with the code.

Categories: #Python #Flask #Elasticsearch

Speaker: Aravind Putrevu
Speaker Bio: Aravind is passionate about evangelizing technology, meeting developers, and helping in solving their problems. He is a backend developer and has nine years of development experience. Currently, he works at Elastic as Developer Advocate and looks after the Developer Relation function of India, South East Asia.
Рекомендации по теме
Комментарии
Автор

Thank you 🙏 sir for sharing us the wealth of information on a complex topic.

MrSuriyam
Автор

This was one of my favorite demos. I like how you explained the Elastic ecosystem with Kibana and demoed elasticsearch and appsearch. This video is dated, but it struck me as a bit weird that you'd use tf-idf as the score or bm25. Couldn't we make better search results by using a self-attention-based transformer encoder model like BERT that would give you much better semantic understanding?

paulanice
Автор

Nice, thank you, but, plz, add time codes to the video

alexanderzveruk
Автор

hello, I want to ask. I have executed the query and in the index data I entered. but the csv/json file is not uploaded to the file. I checked the index pattern, the health status is yellow and the file size is 208b???

riyanirawan