Fedor Shabashev

Results 14 issues of Fedor Shabashev

I noticed that these two imports in docs are not used. I suggest to get them removed.

## Short description Right now vowpal wabbit can only output probabilities with `--oaa` or `--csoaa_ldf=mc mult` multiclass options. Add the possibility to predict probabilities with `--log_multi` multiclass option on. ##...

Feature Request

There are a few different vector databases that are supported (, but there is one popular one that isn't supported at the moment. The Chroma vector database isn't supported at...

Currently pdf downloading doesn't work because arxiv redirects http to https. https://github.com/jdeslip/arxiv-mobile/issues/11 This pull request fixes this problem.

Hi folks, I think you have a bug on line line. the function body is empty, it raises intendation error ``` def legal_actions(self) -> Sequence[Action]: ^ IndentationError: expected an indented...

After initialising the rollerapp, as per instruction here: [](https://docs.dymension.xyz/build/start/initialize) I was trying to follow the further instruction steps and run `dymd start`. however upon running `dymd start` I was getting...

## Description Please include a summary of the change and the issue it solves. Fixes #issue_number ## Type of change (Please delete options that are not relevant) - [ ]...

…ation ## Description Please include a summary of the change and the issue it solves. Fixes #issue_number ## Type of change (Please delete options that are not relevant) - [...

## Description Please include a summary of the change and the issue it solves. Fixes #issue_number ## Type of change (Please delete options that are not relevant) - [ ]...

## Description Implements the feature from the following ticket. it allows user to write queries like: ```select * from test_kb where reranking=false limit 10;``` to disable reranking in the select...