David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said about 1 month ago on LLM Context :
I didn't realize that langchainrb had included ollama. That's really cool. 

Personally, I prefer to wrap my own classes around something like ollama since it does provide an API. And a lot of knowledge from those kinds of gems could be taken. I am planning an episode of vector searching with meilisearch, but am waiting for it to be released/stable so that could take a bit. 

My main thing against something like langchainrb is if it is going to be a core part of my application. If it is, then I probably wouldn't want to rely on a gem to provide core functionality. If it is a nice-to-have feature, then I would add it to my list of considerations when making feature.

David Kimura PRO said 23 days ago on Authentication Timeout :
I think that this could be related to the issue https://github.com/heartcombo/devise/issues/1777 

David Kimura PRO said 18 days ago on Fart :
Probably shouldn't have to mention this, but it's probably not a good idea to add this into your project.

David Kimura PRO said 10 days ago on Deploying with MRSK :
You should be able to set up SSL termination at the load balancer on Digital Ocean and forward the requests to the DO Droplets. https://docs.digitalocean.com/products/networking/load-balancers/how-to/ssl-termination/

David Kimura PRO said 3 days ago on Tags from Scratch :
Inspect your page and make sure that the options value is being set for the Stimulus Controller