Drew Relmas
Drew Relmas
I've hit a similar issue - wanting to retain `RelevantSources` from `MemoryAnswer` but still getting the benefit of further prompt instructions controlling output formatting, etc from Semantic Kernel. The workaround...
Identified error still happening with Bicep CLI version 0.31.34+ec82b47d63 It seems that the GRPC call still returns response code 200 (first line of trace) even when ErrorData is not null...
As of Bicep CLI version 0.31.92+b06509316a this issue is resolved
Draft in #410 was mostly working, but waiting for #409 to merge first before continuing
Completed the main goal - moving Go code to subdirectory. Some potential additional work remains: separating production code (that we want to enforce coverage on) from benchmarking/testing code.
Finally resolved!
Thanks for the response, I'll check into these sources and read up a little more.
Notes from 7/24 SIG Meeting: - Since `go` and `rust` components aren't logically connected, they probably shouldn't be versioned together. Given the majority of new development will be happening in...
We've successfully released [`v0.40.0`](https://github.com/open-telemetry/otel-arrow/releases/tag/v0.40.0) using the new workflows with one small bug identified: #793.
Not fully working - additional workflows don't run after commit. Troubleshooting...