Skip to content
New issue

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

Discrepancy between /collections/<collection_name> endpoint and GetCollectionInfo from the grpc client #760

Closed
djptek opened this issue Aug 28, 2024 · 1 comment

Comments

@djptek
Copy link

djptek commented Aug 28, 2024

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

@joein
Copy link
Member

joein commented Sep 17, 2024

the fix should be available as of qdrant-client==1.11.2
#773

@joein joein closed this as completed Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants