Kyle Chung

Results 7 issues of Kyle Chung

Here is an example `Rmd`: ```` --- title: "R Notebook" output: html_notebook: fig_caption: yes html_document: df_print: paged --- ```{r, fig.cap="About cars"} plot(cars) ``` ```{r cars, fig.cap="About cars"} library(plotly) plot_ly(data=cars, x=~speed,y=~dist,...

RStudio IDE
feature
theme: html_notebook

It seems that the `fit` method does not support a `n_more_iter` for the `bpr` ranking module. Does it mean that if we'd like to iterate over different set of sample...

Hi, Probably starting from 0.9.20 (I didn't encounter this in 0.9.19) and up to 1.0, I've noticed that `stream_out` can no longer return `NULL`, instead, a `list` is returned. For...

the GUI can not be precisely operated using mouse (touchpad). and keyboard also can't be used to operate on the GUI so the app basically is unable to configure.

Currently if we specify `model_dir` the input `x` will need to be relative to that path, which could be counter intuitive. The scenario is that we put the training files...

**Describe the bug** `GoogleGeminiChat` does not use `model_name` configuration provided by user when authentication is without api-key. **Additional context** I've created a PR to fix this: https://github.com/vanna-ai/vanna/pull/535

bug

The current `GoogleGeminiChat` does not respect `model_name` when authenticating without api-key. This is a one-liner fix.