Comment on I built a local AI movie recommender for Radarr using Ollama
eager_eagle@lemmy.world 4 hours agono one is saying everyone has to ask an LLM for movie recommendations
Comment on I built a local AI movie recommender for Radarr using Ollama
eager_eagle@lemmy.world 4 hours agono one is saying everyone has to ask an LLM for movie recommendations
illusionist@lemmy.zip 3 hours ago
OP wrote a python script that call a llm to ask for a recommendation.
But you are right, op doesn’t say that everyone shall do it
eager_eagle@lemmy.world 3 hours ago
No, it doesn’t do that. It gets embeddings from an LLM and uses that to rank candidates.
illusionist@lemmy.zip 3 hours ago
Are you a trollm?
eager_eagle@lemmy.world 2 hours ago
It’s not, I read the code. It’s not asking the LLM for recommendations, it’s using embeddings to compute scores based on similarities.