what are the other alternatives to ENV that are more preferred in terms of security?
what are the other alternatives to ENV that are more preferred in terms of security?
yeah I guess maybe the formatting and the verbosity seems a bit annoying? Wonder what the alternatives solution could be to better engage people from mastodon, which is what this bot is trying to address.
edit: just to be clear, I’m not affiliated with the bot or its creator. This is just my observation from multiple posts I see this bot comments on.
I’m curious, why is this bot currently being downvoted for almost every comment it makes?
Thanks for the suggestions! I’m actually also looking into llamaindex for more conceptual comparison, though didn’t get to building an app yet.
Any general suggestions for locally hosted LLM with llamaindex by the way? I’m also running into some issues with hallucination. I’m using Ollama with llama2-13b and bge-large-en-v1.5 embedding model.
Anyway, aside from conceptual comparison, I’m also looking for more literal comparison, AFAIK, the choice of embedding model will affect how the similarity will be defined. Most of the current LLM embedding models are usually abstract and the similarity will be conceptual, like “I have 3 large dogs” and “There are three canine that I own” will probably be very similar. Do you know which choice of embedding model I should choose to have it more literal comparison?
That aside, like you indicated, there are some issues. One of it involves length. I hope to find something that can build up to find similar paragraphs iteratively from similar sentences. I can take a stab at coding it up but was just wondering if there are some similar frameworks out there already that I can model after.
got into coding cuz I found out that’s how I can automate analysis and play with research questions more easily.
Here are some options:
thanks! I’ll check it out.
thabks for your suggestions! I’m curious about mobile options in general, is there none for android either?
Thanks for Floccus suggestions. It says it syncs over Nextcloud Bookmarks, does that mean you wouldn’t need a dedicated app except for Nextcloud?
maybe even integration with uBlock if possible?
I’m not entire sure what you mean by “printable reports”. Would you maybe want to post an example sketch?
Anyway, have you considered writing the variables to Latex maybe, then render that to PDF?
that looks cool! Do commenters need a github account to do that though?
thanks, and that’s great that this can be used for other static pages as well.
stupid general question: in the “install it yourself” guide, they say that this needs to be run on a VPS, for example with DigitalOcean. I’m thinking of deploying on fly.io, which I understand is like an alternative for Heroku. Is there a conceptual difference between these types of solutions (DigitalOcean vs fly.io for example) that might affect hosting?
Cool, thanks for the suggestions!
Never heard of webmentions but I’ve heard some people have integrated mastodon their Jekyll pages, I wonder if that’s the same thing.
I’ve heard that it’s not very privacy respecting, is it right?
I use gitlab ci mainly and dabble in github actions. Can you clarify how “Not even Github managed to pull that off”? IIRC, actions is quite featureful and it’s open-source, so I assume that can be run with self-hosted runners as well.