Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Huh? There are other ways to link similarities of movies without the use of a llm. You may use ai to find similar movies but it's nonsense that everyone has to ask a llm to link movies.
no one is saying everyone has to ask an LLM for movie recommendations
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
No, it also doesn't do that. It gets embeddings from an LLM and uses that to rank candidates.
I had to look up embeddings: so this is comparing the encoding of movies as a similarity test?
Which can work because the encoding methods can indicate closeness of meaning.
And that's why this isn't running an llm in any way.
Are you a trollm?
If not, I'm just too stupid to understand op.
If that's not the same, I don't know what is. Gotta go back to school, I guess.
It's not, I read the code. It's not merely asking the LLM for recommendations, it's using embeddings to compute scores based on similarities.
It's a lot closer to a more traditional natural language processing than to how my dad would use GPT to discuss philosophy.
I love how you actually did something instead of jumping on the generalization train. I hate that about Lemmy right now.