Martin Malek

Results 3 comments of Martin Malek

Note that this occurs after installing fetcher using as: rails plugin install git://github.com/look/fetcher.git

I noticed in the code you prefer the GRPC way ``` self._client = qdrant_client.QdrantClient( url=QDRANT_URL, port=int(QDRANT_PORT), grpc_port=int(QDRANT_GRPC_PORT), api_key=QDRANT_API_KEY, prefer_grpc=True, timeout=10,) ``` I got around it by creating a new k8s...