Thomas
Thomas
Hi everyone, BUG: When I refetch (or re-use a lazy query a second time), a nested array is correctly returned by the server but does not appear in the data...
Hi everyone, first of all thanks for this awesome library, My websocket connection is reseting after 10 minutes, I've been trying to find a keep alive or ping option but...
Hi everyone, Trying to get my head around building a module in sub-folder of a workspace and I can't figure out if I'm doing something wrong or if this feature...
Hi, I'm trying to pass a state as dependency for a callback function, this state is a vector of struct, I get no compiler error, but the callback never update...
### PR Checklist - [ ] Read the [Contributing documentation](https://github.com/tmc/langchaingo/blob/main/CONTRIBUTING.md). - [ ] Read the [Code of conduct documentation](https://github.com/tmc/langchaingo/blob/main/CODE_OF_CONDUCT.md). - [ ] Name your Pull Request title clearly, concisely, and...
Hi everyone, When you try to publish in Go, the .tgz file is missing after the CI process. Making the published library unusable. The problem is this line in auto-generated...
Databricks hosts some LLMs and expose API for them. NB: with the multiplication of model providers, maybe the langchaingo structs formatter should be separate from the client. We will duplicate...
Go CDK
### Describe the feature you'd like to request At the moment the only CDK construct exists in Typescript ### Describe the solution you'd like Deploy a Go library ### Describe...
## Describe the feature Being able to add a derived column along with the default ones generated by Model or Dest (and joined tables) ## Motivation In my case, I...
Problem: Instructions with no parameters were being generated with nil instruction data instead of including their 8-byte discriminator. This caused InstructionFallbackNotFound errors when calling these instructions on-chain. The generator was...