feat: Add blog draft for the Sparse Vectors based RecSys#27
feat: Add blog draft for the Sparse Vectors based RecSys#27
Conversation
| }) | ||
|
|
||
| for row in ratings.itertuples(): | ||
| user_sparse_vectors[row.user_id]["values"].append(row.rating) |
There was a problem hiding this comment.
compute user_sparse_vectors[row.user_id] only once and bind it to a variable :)
|
@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?) |
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. |
No description provided.