Travis Cline
213b9dca74
examples: Update langchaingo to v0.1.1 ( #445 )
2023-12-20 21:40:03 +00:00
Travis Cline
1c8e491300
examples: Use v0.1.0
2023-12-12 20:42:59 -08:00
Travis Cline
b0c827511c
examples: Update langchaingo version in examples
2023-12-12 20:12:21 -08:00
Eli Bendersky
4bb28402cf
embeddings: use NewEmbedder for Ernie embeddings ( #392 )
...
For #379
Updates examples go.mod because it's used in an example
2023-12-04 22:38:29 -08:00
Eli Bendersky
7dd3fd2a1c
embeddings: new NewEmbedder for Ollama embeddings
...
The only use of Ollama embeddings is an example - update it too and
go.mod versions
2023-12-04 22:38:29 -08:00
Eli Bendersky
fc033c3471
embeddings: use NewEmbedder for OpenAI embeddings ( #385 )
...
This is the first use of the refactoring made in #374 -- removing the
embeddings/openai directory entirely, since it can be now implemented
with NewEmbedder without duplicating code. The test was moved one
dir down and works with the new setup.
This is a model that can be used to similarly refactor the other
embeddings/* subdirs.
This is a large PR because it also updates example go.mods
For #379
2023-12-04 22:38:29 -08:00
Travis Cline
cda53c9ed7
examples: fix milvus example to not ask to run ollama ( #381 )
2023-12-04 22:38:29 -08:00
Travis Cline
fa74369a81
examples: update examples ( #380 )
2023-12-04 22:38:29 -08:00
Travis Cline
6d5ec4afec
examples: Include full path in examples
2023-12-04 22:38:28 -08:00
Travis Cline
d933d99f91
example: Sync
2023-12-04 22:38:28 -08:00
Travis Cline
2cafc2708d
example: Sync
2023-12-04 22:38:28 -08:00
Travis Cline
8d9bb2c9e6
examples: Sync and update deps
2023-12-04 22:38:28 -08:00
Travis Cline
bfa040eb1a
examples: sync to main
2023-12-04 22:38:28 -08:00
Travis Cline
dd671f1d64
examples: Sync langchaingo version
2023-09-24 15:35:38 -07:00
Travis Cline
4dac573d3b
examples: Sync langchaingo version
2023-09-24 15:34:41 -07:00
Travis Cline
c85d3967da
examples: add streaming fn example, sync ( #272 )
...
* examples: add openai streaming function call example
* examples: Sync to latest
2023-08-29 03:27:28 +00:00
Travis Cline
c5b84faa54
callbacks: Include context
2023-08-25 19:14:02 -07:00
Travis Cline
acdd75c474
examples: Add anthropic example, sync examples
2023-07-29 16:24:26 -07:00
Travis Cline
3234c9d952
examples: Sync
2023-07-25 18:44:25 -07:00
Tobi
def10baa35
examples: add go.mod, go.sum
2023-07-23 23:42:34 +01:00
Tobi
4373ca2336
examples: add simpleseq and seq chain examples
2023-07-23 23:39:02 +01:00