Simon D
Simon D
Following this issue : https://github.com/weaviate/Verba/issues/140 - Add GroqGenerator class, taking inspiration from CohereGenerator and others (from the 2.0 release) - Update managers.py to include this new generator - Update README...
## Description When using PrivBayes plugin with provided project's dependencies, we encounter the error "ImportError: BayesianNetwork has been deprecated. Please use DiscreteBayesianNetwork instead.". This is linked to the release of...
## Description Fix an out-of-memory bug when fitting PrivBayes plugin on dataset with continuous columns. Fixes #350. You can consider that there is code duplication between case 1 and 2...
## Description If you run a training/fit with the PrivBayes plugin on a dataset with continuous columns and enough lines, you will encounter an out-of-memory system error (basically the program...