Skip to content

Tags: tmc/langchaingo

Tags

v0.1.13-pre.0

Toggle v0.1.13-pre.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
lint: fixup lint settings (#1018)

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
examples: point to 0.1.12-pre.0 (#922)

v0.1.12-pre.1

Toggle v0.1.12-pre.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
anthropic: Spruce up tool calling example (#921)

v0.1.12-pre.0

Toggle v0.1.12-pre.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
examples: Improve top level readme (#919)

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ollama: Fix JSON format bug issue when not streaming (#892)

* Graceful handling when LLM spits whitespace on json mode with Ollama.

* ollama: Simplify stream repr, spruce up fn calling example

---------

Co-authored-by: Travis Cline <[email protected]>

v0.1.11-pre.0

Toggle v0.1.11-pre.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ollama: Fix JSON format bug issue when not streaming (#892)

* Graceful handling when LLM spits whitespace on json mode with Ollama.

* ollama: Simplify stream repr, spruce up fn calling example

---------

Co-authored-by: Travis Cline <[email protected]>

v0.1.11-alpha.0

Toggle v0.1.11-alpha.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
googleai: Remove unused err, fix typo (#891)

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: fix 'WithKeepAlive' docs (#823)

docs(ollama): fix 'WithKeepAlive' docs

v0.1.10-pre.0

Toggle v0.1.10-pre.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
openai: add toolcalls support when streaming (#763)

* add toolcalls support during stream

* only set the chunk if we have data

* add spaces to comments

* simplify code to meet linter requirements

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: resolve rendering issue with code block in getting started docs (

…#754)

[fix] - resolve issue with code block rendering