mxrcooo

Results 2 issues of mxrcooo

## 🐛 Bugs / Unexpected behaviors I'm trying to load an obj file (on MacOS) using load_obj and create a Meshes instance: ```py mesh_pytorch3d = Meshes(verts=[verts], faces=[faces], textures=textures) ``` The...

Adds an integration for Qdrant, supporting both REST and gRPC mode. --- Qdrant is a vector-search database. Mentioned here: https://github.com/getsentry/sentry-python/discussions/3007#discussioncomment-9251889 Opening this as draft PR as communicated in the community...