qdrant-client
qdrant-client copied to clipboard
new: add local_files_only propagation to fastembed mixin
Deploy Preview for poetic-froyo-8baba7 ready!
| Name | Link |
|---|---|
| Latest commit | 2a45e357e2ec58278adf7b3289448af9d8d8bfa0 |
| Latest deploy log | https://app.netlify.com/sites/poetic-froyo-8baba7/deploys/66c47c2a48083c0008027877 |
| Deploy Preview | https://deploy-preview-746--poetic-froyo-8baba7.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
#743
Unfortunately, it is broken:
Traceback (most recent call last):
File ".../qdrant/qdrant_client/checks.py", line 3, in <module>
cl = QdrantClient(local_files_only=True)
File ".../qdrant/qdrant_client/qdrant_client/qdrant_client.py", line 134, in __init__
self._client = QdrantRemote(
File ".../qdrant/qdrant_client/qdrant_client/qdrant_remote.py", line 168, in __init__
self.openapi_client: SyncApis[ApiClient] = SyncApis(
File ".../qdrant/qdrant_client/qdrant_client/http/api_client.py", line 36, in __init__
self.client = ApiClient(host, **kwargs)
File ".../qdrant/qdrant_client/qdrant_client/http/api_client.py", line 60, in __init__
self._client = Client(**kwargs)
TypeError: Client.__init__() got an unexpected keyword argument 'local_files_only'
already supported via set_model and set_sparse_model