Daniel Bos

Results 29 issues of Daniel Bos

I use the DecodeHook to translate the *values* of certain fields. This works great when "decoding" from map -> struct, but doesn't work the other way around. When I "encode"...

Recently SAP HANA has added support for Vector datatypes (See e.g. https://www.sap.com/events/teched/news-guide/ai.html#article8) This is already supported in [Langchain Python](https://python.langchain.com/docs/integrations/vectorstores/sap_hanavector/) Supporting this in LangchainGo shouldn't be too hard, but requires adding...

In my repo I'm using MkDocs to generate a `gh-pages` site based on the documentation I have in Markdown format. I would like to integrate the godocs within that documentation....

In my repository I'm (1) vendoring my dependencies in `/vendor` and (2) vendoring various tools such as code generators in `/tools/vendor`. These all end up in the index when running...

bug

When I specify `-source-link` to link directly to my github repo, gopages still generates the `dist/src` files even though it doesn't link to them. This blows up the `dist` folder...

enhancement

### What are you trying to do? Would it be possible to expose more information in the model info (https://github.com/ollama/ollama/blob/main/docs/api.md#show-model-information) API, such as the context length, embedding length etc.? Basically,...

feature request

The changes move the inline C functions from simsimd.go to a new file, simsimd.c. This separation enhances code organization and readability. It also allows for better management of the C...

In my own project I'm vendoring a number of tools, some of which require a later version of `x/tools`. Unfortunately that version breaks spaghetti-cutter.

When I run the the `build/bin/main` example with a larger input I get a segfault: ``` ggml_new_tensor_impl: not enough space in the context's memory pool (needed 271388624, available 260703040) Segmentation...

At the moment the API endpoint is hardcoded to `readwise.io/api/v2` (Specifically: `https://readwise.io/api/v2/books/` and `https://readwise.io/api/v2/highlights/`). Would it be possible to make this configurable, so instead of using the official API you...