1
0
mirror of synced 2025-12-23 11:57:55 -05:00
Commit Graph

16 Commits

Author SHA1 Message Date
Natik Gadzhi
c28de18d2c chore(destination-langchain): archive destination-langchain in favor of per-provider destinations (#41024) 2024-07-09 11:05:52 -07:00
Audrey Maldonado
b9690ba76e Wrapping changelog in details for a collapsible view (#38801) 2024-06-04 13:40:53 -04:00
Natik Gadzhi
cb80e6922a [tools] prettier rules for .md + formatting cleanup 2024-05-07 08:19:33 -07:00
Joe Reuter
9d1a4ba04e Deprecate langchain destination (#32455) 2023-11-17 14:51:49 +01:00
Martin Hwasser
09c38ed14c Langchain destination: Use embedders from CDK (#30282)
Co-authored-by: Joe Reuter <joe@airbyte.io>
2023-09-11 15:52:28 +02:00
Joe Reuter
dee066bf68 🚨 Langchain destination: Fix dedup bug (#30080) 2023-09-05 17:16:01 +02:00
Joe Reuter
63d79a2656 Fix Langchain docs (#30127) 2023-09-05 09:48:51 +02:00
Joe Reuter
26bc2a8762 Langchain destination: Clean up spec schema (#29514) 2023-08-21 12:58:09 +02:00
Joe Reuter
dd170e2e9d Langchain destination: Make starter pods work (#29513) 2023-08-21 12:25:30 +02:00
Joe Reuter
516e89ce8d update docs (#28973) 2023-08-02 18:42:26 +02:00
Joe Reuter
4d229f2974 Langchain destination: Check pincone index dimensions as part of check (#28977)
* check dimensions

* improve error message

* adjust changelog
2023-08-02 18:38:52 +02:00
Joe Reuter
94e8ef8b1e Langchain destination: Add Chroma support (#28605)
* add chroma support

* prepare release

* prepare release

* adjust docs

* adjust docs

* normalize metadata for Chroma
2023-07-26 19:29:15 +02:00
Joe Reuter
6540fa7c91 Langchain destination: Support composite and nested primary keys for deduping (#28556)
* support composite primary keys for deduping

* prepare release

* format

* fix

---------

Co-authored-by: Augustin <augustin@airbyte.io>
2023-07-21 17:17:29 +02:00
Augustin
9815e080cd destination-langchain: fix build (#28509) 2023-07-20 13:22:52 +02:00
Joe Reuter
d5d7e757f8 Vector databases destination: Make available on cloud (#28398)
* make connector available on cloud

* fix build

* prepare release

* Update langchain.md
2023-07-18 18:23:29 +02:00
Joe Reuter
b52e88a977 🎉 New Destination Vector Database (powered by LangChain) (#26184)
* basic version

* polish

* iterate

* keep working

* fix spec

* wip

* improve destination

* basic unit tests

* move embedding dimensionality into embedder

* improve several things

* adjust documentation

* remove unnecessary call

* add some debug information

* fix local destination

* various small fixes

* bring tests into order

* document and add batching to pinecone

* checklist

* improve performance a bit and add test

* fix formatting

* fix metadata

* install C++ 11 on python base

* no more alpine for ci-connector-ops

* remove hard-to-run test

* more documentation

* better documentation

* add icon

* some small adjustments

* review comments

* format

* review comments

---------

Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
Co-authored-by: Augustin <augustin@airbyte.io>
2023-07-12 20:06:59 +02:00