Zaratusa
Zaratusa
Hi, I've generated a Dockerfile to build a custom version 4.27.2 on Linux in Gitlab CI with the following settings: ``` # This file was generated by ue4-docker version 0.0.106...
This PR fixes #4. The problem was that the [arg method ](https://doc.rust-lang.org/std/process/struct.Command.html#method.arg)only takes arguments without a whitespace, the [args method ](https://doc.rust-lang.org/std/process/struct.Command.html#method.args) should be used instead.
### Description Hi, I'm using the Game SDK 3.2.1 on Linux in Unreal Engine 4.27 with the Toolchain v19 ([clang-11.0.1-based](https://cdn.unrealengine.com/CrossToolchain_Linux/v19_clang-11.0.1-centos7.exe)). When compiling the game I'm getting the following linker errors:...
Hey there! Are there any plans to support the Vertex AI text embedding: https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/text-embeddings-api I managed to transform the request from Gemini Embeddings Request: https://ai.google.dev/gemini-api/docs/embeddings but the responses aren't parsed...