gottlike

Results 32 comments of gottlike

Try selecting all the relevant lines and hit ctrl-enter, or use ctrl-shift-enter to evaluate the whole file.

Same with me.. suddenly it stopped working after the latest update of the extension in VSC. Getting: ``` 2024-04-12 11:59:50.859 [error] Activating extension Shopify.ruby-lsp failed due to an error: 2024-04-12...

If I just delete this line, it works again!

You are able to find the updated slides of this talk here: https://haystackconf.com/us2023/talk-18/

There is also https://github.com/ShreyaR/guardrails and https://github.com/NVIDIA/NeMo-Guardrails as alternatives, currently. However, the general topic and how to best implement needs a lot of thought, imho. Ideally all the cases discussed in...

FYI: I like this always up-to-date ressource for prompt engineering: https://www.promptingguide.ai/ Also has a section for chain of thought: https://www.promptingguide.ai/techniques/cot

@danielhanchen Since vision models are supported now, will FLUX come soon?

I just found a tool that does exactly what I needed: https://docs.nats.io/nats-concepts/core-nats/reqreply/reqreply_walkthrough Maybe Polyphony can enhance some things here, too (Ruby client: https://github.com/nats-io/nats-pure.rb)? But in any case, I think this...

Alright, so I am indeed pretty happy with NATS for my use case. Now I would like to use Polyphony instead of threads and ran into issues. Code for reproduction...

Thanks @noteflakes! I use `nats-pure`, because the `nats` gem is not maintained anymore. In their Slack they said that `nats-pure` will replace `nats` at some point.