Guinther Kovalski

Results 3 comments of Guinther Kovalski

I was able to use a realsense device on Ubuntu 22 via docker with this Dockerfile: ``` FROM python:3.7.4 WORKDIR /home ENV DEBIAN_FRONTEND=noninteractive ENV TZ=Europe/Minsk RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime...

turns out that changing the configs to "on_disk_payload": false, and "on_disk": false, obviously, solved the delay problem. Using python client: ``` from qdrant_client import QdrantClient, models collection_name="collection_name" client = QdrantClient(url=url,...