Qdrant client causes Pydantic validation error if QDRANT__SERVICE__HARDWARE_REPORTING=true
is passed
#935
Labels
bug
Something isn't working
I'm running Qdrant locally with docker using docker compose. When I pass
QDRANT__SERVICE__HARDWARE_REPORTING=true
and try to use it with python client, it causes Pydantic validation error.Current Behavior
It raises the following exception:
Steps to Reproduce
Then you can use the following code:
Expected Behavior
The client should not get any issue after some points are pushed.
Context (Environment)
using the following qdrant related packages:
docker tag:
qdrant/qdrant:v1.13.5
The text was updated successfully, but these errors were encountered: