George
George
Notebooks and colab provide a way to launch code with minimal efforts and can help us make the first acquaintance with the framework easier. With notebooks it is possible to...
Hi, @DARK-art108 Sorry for the late response Yes, sure, you can work on it
Hi, @hwchase17 Great, thanks I’ve just fixed linter complaints, it should work now
Why `prefer_grpc` has been removed?
we would probably need to convert timeout to int in each operation if we want this feature to be available
@LouisAuneau unfortunately, we can't just ease the condition due to mypy complaints, we would need to do another workaround, but it won't be available in 1.7.2 :( we will come...
Hi Hm, I am afraid that there is no convenient way to get it yet.. However there is a way, e.g.: ```python >>> cl.http.cluster_api.collection_cluster_info('{collection_name}') InlineResponse2007(time=4.5083e-05, status='ok', result=CollectionClusterInfo(peer_id=2931637626479673, shard_count=1, local_shards=[LocalShardInfo(shard_id=1, shard_key='user_1',...
also these ones seem to be broken - resolved in #366
This one should be fixed as well
@dvquy13 what qdrant and qdrant-client versions are you running? It seems like a backward compatibility issue