Bryan Smiley

Results 4 issues of Bryan Smiley

Just passing by, scrolling through the code. And recognized the [signalr protocol ](https://github.com/dotnet/aspnetcore/blob/main/src/SignalR/docs/specs/HubProtocol.md#overview) https://github.com/acheong08/EdgeGPT/blob/f17417b869cb4f4159f2c4903abf16fc65ee3e98/src/EdgeGPT.py#L176-L178 Was just curious if you thought of using a preexisting signalr client instead of implementing the...

Normal http requests work but if it is a SSE response, my browser/curl shows the request as pending for 15 minutes and then the request finishes with a 504 Gateway...

It would be very useful if Azure SQL's `VECTOR INDEX` could support compound (composite) vector indexes, e.g., indexing on (Embedding, PartitionId) so that nearest neighbor search (`VECTOR_SEARCH`) can be constrained...

Hello! great project! Im interesting in programmatically managing a uncloud cluster from a non-worker/non-control node in golang. Is my best bet to use the `os/exec` pkg, `uc` cli, and `--connect...