AJ Roetker
AJ Roetker
This commit adds the option to pass range headers into the download requests so that one may satisfy the datafusion ObjectReader interface with this library that requires a chunked reader...
Configuring the library with `AsyncStorageWrites:` leads to super noisy logs about mssing indexes from the unstable log. ``` [email protected]/log_unstable.go:138 entry at index 97 missing from unstable log; ignoring {"id": "4",...
### PR Checklist - [x] Read the [Contributing documentation](https://github.com/tmc/langchaingo/blob/main/CONTRIBUTING.md). - [x] Read the [Code of conduct documentation](https://github.com/tmc/langchaingo/blob/main/CODE_OF_CONDUCT.md). - [x] Name your Pull Request title clearly, concisely, and prefixed with the...
Add defensive nil checks for e.builder in executeParallel to prevent panics when Finalize() is called while worker pool goroutines are still executing. This can occur during concurrent HTTP request failures...
```goat ./c/encode_neon_arm64.c -O3 -e="--target=arm64" -e="-march=armv8-a+simd+fp" failed to parse source file ./c/encode_neon_arm64.c: /opt/homebrew/Cellar/llvm/20.1.8/lib/clang/20/include/arm_bf16.h:14:16: unexpected identifier, expected external declaration ``` I'm building on macos, here's the example code. Works fine on latest...
### Description of the bug: Build failures when pulling latest cloud.google.com/go/[email protected] ``` # github.com/google/generative-ai-go/genai ../../../../../../pkg/mod/github.com/google/[email protected]/genai/files.go:167:19: cannot use f.Metadata.Video.toProto() (value of type *generativelanguagepb.VideoMetadata) as *generativelanguagepb.VideoFileMetadata value in struct literal ../../../../../../pkg/mod/github.com/google/[email protected]/genai/files.go:182:40: cannot...
This library doesn't support the Vertex Google Model `multimodalembedding` functionality of creating embeddings from images and fails silently when you do pass image data to the model. https://github.com/googleapis/go-genai/blob/main/transformer.go#L157 Should support...
I've spent a lot of time looking at gonum, cockroachdb, weaviate etc and gorse is by far the best when it comes to GoLang float32 linear algebra support when it...
Or if we could at least remove the warning `Unsupported content type application/x-ndjson`.