qdrant-client icon indicating copy to clipboard operation
qdrant-client copied to clipboard

new: add local_files_only propagation to fastembed mixin

Open joein opened this issue 1 year ago • 2 comments

joein avatar Aug 20 '24 11:08 joein

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Aug 20 '24 11:08 netlify[bot]

#743

joein avatar Aug 20 '24 11:08 joein

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'

joein avatar Oct 03 '24 11:10 joein

already supported via set_model and set_sparse_model

joein avatar Oct 05 '24 22:10 joein