We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trying out on_disk payload index, I noticed that the rest endpoint returns
GET /collections/************************************************ ... "payload_schema": { "source.name": { "data_type": "keyword", "params": { "type": "keyword", "on_disk": true }, "points": 0 }, ...
meanwhile, if I print the response from GetCollectionInfo from the grpc client I get
payload_schema { key: "source.name" value { data_type: Keyword params { keyword_index_params { } } points: 0 } }
which is missing the on_disk:true
The text was updated successfully, but these errors were encountered:
the fix should be available as of qdrant-client==1.11.2 #773
Sorry, something went wrong.
No branches or pull requests
trying out on_disk payload index, I noticed that the rest endpoint returns
meanwhile, if I print the response from GetCollectionInfo from the grpc client I get
which is missing the on_disk:true
The text was updated successfully, but these errors were encountered: