Rafael Santos

Results 40 comments of Rafael Santos

I've made a gist with a list of them it may help: https://gist.github.com/formigarafa/5e5b5687fe5d09535affd2afc7df3c68

Not yet but it a great idea. Some work have been made recently on #12 to substantially reduce these numbers. It could also help with PR #9 which is been...

This gem was aimed to be a drop-in replacement for other implementations, at least as much as possible. There is a class `Zxcvbn::Tester` declared at `lib/zxcvbn.rb:43` which hold the data...

Is it possible to bypass the current RAG system? I mean, having the documents inserted in the chat but opt to not use/apply them through the built-in RAG system. ATM,...

> If we cannot fit the whole file into the ctx, we will need to take some other approaches like memGPT. ATM, what happens the given prompt (and chat history)...

Here is an example that fails similarly when Python tools are enabled. curl using openai format. (but same happens using ollama api format) ```sh $ curl 'http://localhost:11434/v1/chat/completions' -H 'Content-Type: application/json'...

@mcr-ksh if your problem only happens with gpt-oss local I bet the problem is the same mentioned above (harmony parser: no reverse mapping found). You probably could verify it checking...

I've been looking around and trying to help but I am a bit confused because of the current state of master(or main) branch. There is #397 merged titled "feat!: ActiveRecord...

That clarify heaps, thanks. I was wondering if jRuby compatibility was a blocker. If that isn't the case, I agree with @BuonOmo, just focus on what is supported in first...

@woodardj , you need to upgrade both activerecord-postgis-adapter to 11 and Rails to 8 simultaneously.