examples icon indicating copy to clipboard operation
examples copied to clipboard

Add new example: Build a search engine quickly using Qdrant

Open geetu040 opened this issue 1 year ago • 3 comments

This pull request adds a new example demonstrating the integration of Qdrant Search Engine into various applications. The example provides a step-by-step guide for building a search engine very quickly using Qdrant. It will help out the developers that are new to qdrant and are looking to get started quickly. It uses Quora Question Pair dataset to quickly build a search engine. A detailed guide to the code in a medium article is also linked in the code. There is no existing example in the repository that is using qdrant this straight-forward so it makes sense to add an example that shows simplest and easiest way to create a practical search engine. Here are the links to the work that has been done in this example Medium Article: https://medium.com/@raoarmaghanshakir040/build-a-search-engine-in-5-minutes-using-qdrant-f43df4fbe8d1 Kaggle Code: https://www.kaggle.com/code/sacrum/quora-search-engine-using-qdrant

geetu040 avatar Feb 12 '24 20:02 geetu040

Understood, I'll make the changes

Is the notebook and Python script logically identical? If yes, we should only retain one of those.

Yes, I'll remove the Python script

geetu040 avatar Mar 04 '24 12:03 geetu040

Request your review @davidmyriel since I'm not sure if there are specific guidelines or requirements for adding an example. I've checked the notebook, README, code organisation for hygiene and skimmed enough of the notebook to believe that it's correct.

NirantK avatar Mar 28 '24 11:03 NirantK

Hi @davidmyriel, can you please review this PR?

geetu040 avatar Nov 15 '24 17:11 geetu040