Daniel Basso Ribas
Daniel Basso Ribas
Ok, I realized now that `paste("Hi", "Maria", NULL)` returns `"Hi Maria "`, with a blank space at the end. Which for me creates a more interesting discussion, as the book...
@eitsupi Had a huge problem with 2FA and almost lost my account. But I'm back. Thank you for letting me know about the workaround. I've talked to @ElianHugh a while...
Hi @d-golzato, how are you? Unfortunately I couldn't delve further into this feature. Life got a little too busy since my first (and only) contribution to this project so far....
Hi @jasonbosco . `max_candidates: 10000` doesn't change the result set at all. `exhaustive_search: true` does, but I want to go the other way around. `drop_tokens_threshold: 0` and `typo_tokens_threshold:0` apparently did...
Although in my last post drop_tokens_threshold: 0 and typo_tokens_threshold:0 kinda solves the problem, late filtering would still be prefered, meaning: 1) Search first, make dropping tokens if no results, etc....
@kishorenc Yes. Check it out: Document: ```json { "text": "Autism and autism spectrum disorders (ASD) are complex neurodevelopmental diseases that affect about 1% of children in the United States. Such...
Got your explanation. But, to be honest, this behavior is at least misleading. The part that generates the confusion is this: > The snippet itself is the part of the...
Same here; uvicorn couldn't start. The thing took a while to figure out because it started to happen without code/image changes: ``` Traceback (most recent call last): File "/usr/local/bin/uvicorn", line...