Andrey Vasnetsov
Andrey Vasnetsov
Just to clarify the behavior we want to achieve: - define all classes, encoders, trainable models in Colab - Use `save_servable` after training - Be able to restore from the...
cookie-cutter template is a good idea, actually. I like it
Will try to save as ONNX, it should work even in jupyter
No, we can do it later
possibly related to https://github.com/qdrant/qdrant/issues/701
Assuming the error is fixed in the latest version. Please feel free to re-open it, if the error appears again
For example, https://qdrant.github.io/qdrant/redoc/index.html#tag/points/operation/clear_payload have an option to select between point IDs and filter. I think all other relevant API should follow the same pattern
released in https://github.com/qdrant/qdrant/releases/tag/v0.10.0
released in https://github.com/qdrant/qdrant/releases/tag/v0.10.0
Currently, we are logging errors explicitly, so it is possible to specifically disable the request logging with env or config file parameter: `QDRANT__LOG_LEVEL=INFO,actix_web=WARN`. Going to close this issue for now