Zoran Pandovski

Results 93 issues of Zoran Pandovski

## Description This PR changes the mindsdb inference handler as mindsdb cloud. The handler, README and docs are updated ## Type of change (Please delete options that are not relevant)...

The goal of this issue is to build a new handler that will integrate Fireworks.ai into MindsDB. ## Resources :bulb: :checkered_flag: To get started, please refer to the following resources:...

integration
⚔️ Quest

Model training fails because the datasource from Cassandra DB has an id as a UUID. ``` ERROR:mindsdb-logger-469ed6e6-eadf-11eb-8668-fdcec95042d5---no_report:/home/zoran/MyProjects/mindsdb-examples/mongodb/mdb/lib/python3.7/site-packages/mindsdb_native/libs/controllers/transaction.py:173 - Could not load module TypeDeductor ERROR:mindsdb-logger-469ed6e6-eadf-11eb-8668-fdcec95042d5---no_report:/home/zoran/MyProjects/mindsdb-examples/mongodb/mdb/lib/python3.7/site-packages/mindsdb_native/libs/controllers/transaction.py:263 - argument of type 'UUID' is...

bug
qa-er

A client is having issues when running the data_analysis using Mongo as a data source. Atm, we don't have an example of the data but if that is a blocker...

bug
qa-er

## Description This PR fixes failing coveralls tests for GITHUB_TOKEN ## Type of change (Please delete options that are not relevant) - [X] 🐛 Bug fix (non-breaking change which fixes...

## Description This PR enhances the Web handler with several updates: 1. Resolves [issue #9188](https://github.com/mindsdb/mindsdb/issues/9188). 2. Updates documentation and README to align with our integrations template. 3. Introduces additional unit...

When running a CREATE MODEL, if the user provides a non-existing index name by default, we should supposed to create a new index, but it results in an error: ```...

bug

Currently, the `search` task throws a validation error related to the `query` column by following the [docs example](https://docs.mindsdb.com/integrations/ai-engines/twelvelabs#search). ``` CREATE MODEL mindsdb.demo_day_model PREDICT result USING engine = 'twelve_labs_eng2', task =...

bug

Currently, the Web handler handles a limited set of HTML elements and ignores types such as div, span, and table. It would be better to re-write [get_readable_text_from_soup](https://github.com/mindsdb/mindsdb/blob/f013cfcc80db4d1480879088d6e9e5a334a269b5/mindsdb/integrations/handlers/web_handler/urlcrawl_helpers.py#L158) helper function and...

bug

> Add your name as an author and the blog will be published/shared with your attribution heavy_check_mark Also, please make sure that the content isn't copied from other websites. >NOTE:...

good first issue
help wanted
hacktoberfest