Pasieka Manuel

Results 6 comments of Pasieka Manuel

I actually had added some sleep statement (its painful to admin) to the entrypoint of the service relying on qdrant. None the less, I can see the same behavior.

Thank you, I had the same issue and downgrading to 2.5.2 solved it!

Looks to me like its derived from the wrong base class. Could try to derive it from `OpenAIEmbed`. Unfortunately, i dont have an dev env to try it.

I can confirm that changing the base class to `OpenAIEmbed` works. I am able to use my azure deployed endpoinds with them. As an additional note the name of the...

Thank you for the reply. Maybe i was unclear in my description of the problem. Using poetry 1.8.3 (in the docker image and the local dev env) building of the...

I can report that changing the `build-type` to Release results in an successful build. `python ./build.py --target-platform linux --target-machine x86_64 --build-type=Release --version 2.36.0 --enable-gpu --endpoint=grpc --endpoint=http --backend=pytorch`