Skip to content

feat: Add blog draft for the Sparse Vectors based RecSys#27

Open
NirantK wants to merge 1 commit into
masterfrom
add-blog-draft
Open

feat: Add blog draft for the Sparse Vectors based RecSys#27
NirantK wants to merge 1 commit into
masterfrom
add-blog-draft

Conversation

@NirantK

@NirantK NirantK commented Feb 3, 2024

Copy link
Copy Markdown
Contributor

No description provided.

})

for row in ratings.itertuples():
user_sparse_vectors[row.user_id]["values"].append(row.rating)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compute user_sparse_vectors[row.user_id] only once and bind it to a variable :)

@mjang mjang self-requested a review February 5, 2024 15:33
@mjang

mjang commented Feb 21, 2024

Copy link
Copy Markdown
Contributor

@NirantK , as I read through your work, I realized this sounded similar to https://qdrant.tech/documentation/tutorials/search-beginners/

IOW, I'm tempted to set this up as a new doc page, something like "Semantic search for advanced users". (Does that make sense? Does this include more advanced techniques?)

@NirantK

NirantK commented Feb 22, 2024

Copy link
Copy Markdown
Contributor Author

@mjang This is not a beginner-friendly article or blog at all. This is a novel and experimental way to model recommendation systems in Qdrant from @generall. I'm inclined to believe that this is best treated as either an article or a blog?

@mjang

mjang commented Feb 22, 2024

Copy link
Copy Markdown
Contributor

@mjang This is not a beginner-friendly article or blog at all. This is a novel and experimental way to model recommendation systems in Qdrant from @generall. I'm inclined to believe that this is best treated as either an article or a blog?

Thanks for explaining, @NirantK . We'll proceed with this as an article, see what the reaction is. If it's positive, I might revisit the idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants