Add new example: Build a search engine quickly using Qdrant#30
Open
geetu040 wants to merge 8 commits intoqdrant:masterfrom
Open
Add new example: Build a search engine quickly using Qdrant#30geetu040 wants to merge 8 commits intoqdrant:masterfrom
geetu040 wants to merge 8 commits intoqdrant:masterfrom
Conversation
NirantK
reviewed
Mar 4, 2024
Contributor
NirantK
left a comment
There was a problem hiding this comment.
Is the notebook and Python script logically identical? If yes, we should only retain one of those.
NirantK
reviewed
Mar 4, 2024
Contributor
NirantK
left a comment
There was a problem hiding this comment.
Is the notebook and Python script logically identical? If yes, we should only retain one of those.
Author
|
Understood, I'll make the changes
Yes, I'll remove the Python script |
NirantK
suggested changes
Mar 25, 2024
Contributor
|
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. |
Author
|
Hi @davidmyriel, can you please review this PR? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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