Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tellet-q committed Dec 16, 2024
1 parent ee132a0 commit b855f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qdrant_client/async_qdrant_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class AsyncQdrantClient(AsyncQdrantFastembedMixin):
For QdrantLocal, force disable check_same_thread. Default: `False`
Only use this if you can guarantee that you can resolve the thread safety outside QdrantClient.
auth_token_provider: Callback function to get Bearer access token. If given, the function will be called before each request to get the token.
check_compatibility: If `true` - check compatibility with the server version. Default: `true`
**kwargs: Additional arguments passed directly into REST client initialization
"""
Expand Down

0 comments on commit b855f54

Please sign in to comment.