After submitting my attestation and military affiliation documentation, the page confusingly remains on the "Update military status page" when I would otherwise expect it to redirect to the militar...
As a provider, I have not uploaded any military affiliation data, yet I have the option to "End military affiliation."
<img width="759" alt="image" src="https://github.com/user-attachments/asse...
As a Board ED, I can edit my own permissions when reviewing users. This creates the odd scenario where I can remove compact-level admin privileges on my own account, which suddenly prevents me from...
@timvisee FYI, if helpful, the qdrant server now seems to be looping (tries to load, crashes, restarts, etc.). It finally finished a full reboot after 5ish attempts.
```
_ ...
We're uploading 800M vectors with a payload that contains an internal ID of ~30 characters. The input is in an HDF5 format, and is 776GB.
When I run the upload again on a new collection, the error...
@timvisee I upgraded and got further in the upload, but still get the error "Error: Error in the response: The operation was cancelled Timeout expired."
The qdrant server logs are below. The error...
nit, but I like to prefix boolean functions with is, has, etc. I also think this is simple enough to make into a one-liner, e.g.
```suggestion
isLicenseActive(license: License) {
r...
Perhaps a silly question, but at this point in the code, is `allowed_origins` not static? Why can't we directly dump the list of origins into the gateway response?