Homayoun
Homayoun
Hi, thanks for this great project. I want to use `GetCoordinateFromRaycast` and `GetObjectInFrame` methods with third party cameras, is there any way? thanks
This is not an issue. Just instructions and bash scripts to force `docker` to use (HTTP) proxy. Based on this StackOverflow answer: https://stackoverflow.com/a/28093517/11927768 Run this to start using proxy: ```...
Is there any way to get points that don't have a vector (or a specified vector)? This ca help with dynamically updating the data. Also when points are retrieved by...
I changed `max_optimization_threads` from `null` to `2`. using this command in qdrant dashboard console: ``` PATCH /collections/test { "optimizers_config": { "max_optimization_threads": 2 } } ``` when run this to set...