Guido Schmutz

Results 34 comments of Guido Schmutz

@jensko & @EricWittmann thanks for your answer and sorry that it took a few days to reply. Maybe let me also quickly explain the reason for us to be in...

@matthyx at the end we went forward using PostgreSQL and didn't work on the SQLServer support.

Just realized that the Docker build from the `dbt-core` project (https://github.com/dbt-labs/dbt-core/tree/main/docker) does not work for `dbt-spark` when using the `PyHive` version (or the default `all`) `docker build --tag my-dbt-spark:1.6.0 --target...

same problem, my solution was to downgrade to Docker version 1.2.0 and then it works. But of course it would be better if the server would be upgraded to 1.4.1

I manged to upgrade boot2docker VM to Docker 1.4.1 and it now works with the docker client 1.4.1. to avoid the error "client and server don't have same version". Had...

duplicate to #829

@sebaxzero and @assafelovic wouldn't it be clearer to name the environment variable `OPENAI_EMBEDDING_MODEL` to be consistent with `AZURE_EMBEDDING_MODEL` and `OLLAMA_EMBEDDING_MODEL` I have used for Ollama.

Hi Dan (@dphiggs01) took your PR as an inspiration to implement support for Ollama tonight. In testing the changes, I realized that there is another section in the code where...

> HI @gschmutz, > > Thanks again for pointing out this oversite. > > After reviewing the code, I thought a different approach might improve **reliability** and **maintainability** down the...

> @dphiggs01 thank you very much for the effort. Big fan of Groq and definitely valuable for long research reports. I've added a new documentation page specifically for this here:...