You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File ".../qdrant_client/check.py", line 46, in <module>
asyncio.run(main())
File ".../.pyenv/versions/3.10.12/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File ".../.pyenv/versions/3.10.12/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File ".../qdrant_client/check.py", line 36, in main
await cl.create_shard_key(cn, shard_key="first")
File ".../qdrant_client/qdrant_client/async_qdrant_client.py", line 2651, in create_shard_key
return await self._client.create_shard_key(
File ".../qdrant_client/qdrant_client/async_qdrant_remote.py", line 2768, in create_shard_key
request = await grpc.CreateShardKey(
TypeError: object CreateShardKey can't be used in 'await' expression
The text was updated successfully, but these errors were encountered:
Traceback:
The text was updated successfully, but these errors were encountered: