Jay Lalakiya
5c345a14a7
vectorstores: Add ids to the return when adding documents in any vectorstore ( #448 )
...
* Add ids to the return when adding documents in any vectorstore
* fixes lint checks
* examples: Point vectorstore examples to branch
---------
Co-authored-by: Travis Cline <travis.cline@gmail.com >
2023-12-28 17:11:54 -08:00
Travis Cline
a39989164e
examples: update to v0.1.2
2023-12-28 16:24:36 -08:00
Travis Cline
d8b25bd69e
examples: Update to pre-release tag
2023-12-28 16:20:04 -08:00
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
d5d8a3e13d
examples/pinecone-vectorstore-example: use new embedder ( #386 )
...
Now that the main module's version was bumped, update the example
to use a proper embedder
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
Travis Cline
eb43ec34db
examples: Sync to latest
2023-07-24 10:52:07 -07:00
Travis Cline
501ecee66e
examples: Update to function-calling refactor
2023-07-23 15:31:45 -07:00
Travis Cline
890d4ce19b
examples: Sync to latest
2023-07-23 11:42:45 -07:00
Travis Cline
7cf8e130d7
examples: Sync to latest
2023-07-23 11:20:54 -07:00
Travis Cline
1319cd99b0
examples: sync
2023-07-09 17:30:20 -07:00
Colin Duggan
c08e2e18ca
Include examples for Pinecone vectorstore, specifically examples using AddDocuments, and SimilaritySearch with options including ScoreThreshold and MetadataFilters
2023-06-25 19:02:08 +01:00