Skip to content

Commit

Permalink
fix: QdrantClient __init__ docstring fix (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored and joein committed May 3, 2024
1 parent c1f5190 commit 08201a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qdrant_client/async_qdrant_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class AsyncQdrantClient(AsyncQdrantFastembedMixin):
Args:
location:
If `:memory:` - use in-memory Qdrant instance.
If `":memory:"` - use in-memory Qdrant instance.
If `str` - use it as a `url` parameter.
If `None` - use default values for `host` and `port`.
url: either host or str of "Optional[scheme], host, Optional[port], Optional[prefix]".
Expand Down
2 changes: 1 addition & 1 deletion qdrant_client/qdrant_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class QdrantClient(QdrantFastembedMixin):
Args:
location:
If `:memory:` - use in-memory Qdrant instance.
If `":memory:"` - use in-memory Qdrant instance.
If `str` - use it as a `url` parameter.
If `None` - use default values for `host` and `port`.
url: either host or str of "Optional[scheme], host, Optional[port], Optional[prefix]".
Expand Down

0 comments on commit 08201a0

Please sign in to comment.