Patrick Gebert
Patrick Gebert
Any news on this one? We face the same isssue in our project. We have a `afterMigrate.sql` script in `main` and `test` ressources. The desired behaviour would be that during...
@riyanswat The error message says that it doesn't find any instance of Visual Studio (not to be confused with Visual Studio Code!). Can you try to install Visual Studio with...
You could adjust your `requirements.txt` in the following way to use prebuild wheels for llama-cpp-python: ``` llama-cpp-python==0.1.48; platform_system != "Windows" https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.48/llama_cpp_python-0.1.48-cp310-cp310-win_amd64.whl; platform_system == "Windows" ``` Make sure you select the...
Mail types are not supported so far. I opened a PR to add document loaders for `.eml` and `.msg` file types to index mail archives.
Hi, I am running into the same `apiServer.certSANs: Invalid value` error using v0.4.0 using `docker` driver on Windows. #66 didn't solve it for me.