Massimiliano Pronesti

Results 17 issues of Massimiliano Pronesti

I'd like to use OSEK COM with Erika v3, but it looks like it's not supported yet even though it was in the previous version

Hi, I'm opening an issue because I don't see the "Discussion" section. I strongly suggest enabling it, to allow a better interaction with users and contributors 😄 Going to the...

The `QKMeans` does not use the `SwaptestCircuit` class inside. In addition, the documentation does not cite the paper we used as a reference for implementation. Therefore we should - re-design...

documentation
enhancement

Building the documentation throws the following error ``` ERROR:traitlets:Notebook JSON is invalid: Additional properties are not allowed ('execution_count' was unexpected) Failed validating 'additionalProperties' in markdown_cell: On instance['cells'][13]: {'cell_type': 'markdown', 'execution_count':...

documentation
dependencies

I suspect I'm not using properly the following two macros: * `PYBIND11_OVERLOAD` * `PYBIND11_OVERLOAD_PURE` I followed the [official doc](https://pybind11.readthedocs.io/en/stable/advanced/classes.html) , yet it's not working

bug
help wanted

Hello @kjsman , another PR to fix a small issue related to a missing check on the sampler passed to the pipeline and to add a progress bar, which might...

Hello @kjsman, this is more a feature proposal than an actual issue. Instead of requiring the user to download and open the tar file containing the weights and the vocabulary...

Hello, this PR aims at integrating Azure OpenAI API into pandasAI, addressing #96 . I went for separate implementation instead of adding the required changes to `openai.py` for the following...

### 🚀 The feature The idea of this feature: - make `HuggingFaceLLM` a non-base class and add a constructor for it that receives * the API token * the model...