Jacob Weiss

Results 21 issues of Jacob Weiss

## Description Is it possible to add execution_options to kedro.extras.datasets.pandas.SQLQueryDataSet? For example, I would like to add stream_results=True to the connection string. engine = create_engine( "postgresql://postgres:pass@localhost/example" ) conn = engine.connect().execution_options(stream_results=True)...

Help Wanted :pray:
Issue: Feature Request
Community

I am getting this error on localhost:4200 : ERROR src/app/user/email-login/email-login.component.html:23:36 - error TS2531: Object is possibly 'null'. 23 ~~~~~ src/app/user/email-login/email-login.component.ts:11:16 11 templateUrl: './email-login.component.html', ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of...

How do you return the answer as a string verse print response: ``` from phi.assistant.python import PythonAssistant from phi.file.local.csv import CsvFile def average_rating(): python_assistant = PythonAssistant( files=[ CsvFile( path="https://phidata-public.s3.amazonaws.com/demo_data/IMDB-Movie-Data.csv", description="Contains...

question
fixed
waiting for response

Is there a way to max out the phidata python assistant on how many steps it can take? I am trying to control for infinite loops.

question
waiting for response

Fixed upsert and search issues with pinecone assitant

Preform advanced rag with llama index retrievers

Adding windows dev setup

https://github.com/phidatahq/phidata/issues/259