langchain/docs/extras/integrations
Joe Reuter 8f0cd91d57
Airbyte based loaders (#8586)
This PR adds 8 new loaders:
* `AirbyteCDKLoader` This reader can wrap and run all python-based
Airbyte source connectors.
* Separate loaders for the most commonly used APIs:
  * `AirbyteGongLoader`
  * `AirbyteHubspotLoader`
  * `AirbyteSalesforceLoader`
  * `AirbyteShopifyLoader`
  * `AirbyteStripeLoader`
  * `AirbyteTypeformLoader`
  * `AirbyteZendeskSupportLoader`

## Documentation and getting started
I added the basic shape of the config to the notebooks. This increases
the maintenance effort a bit, but I think it's worth it to make sure
people can get started quickly with these important connectors. This is
also why I linked the spec and the documentation page in the readme as
these two contain all the information to configure a source correctly
(e.g. it won't suggest using oauth if that's avoidable even if the
connector supports it).

## Document generation
The "documents" produced by these loaders won't have a text part
(instead, all the record fields are put into the metadata). If a text is
required by the use case, the caller needs to do custom transformation
suitable for their use case.

## Incremental sync
All loaders support incremental syncs if the underlying streams support
it. By storing the `last_state` from the reader instance away and
passing it in when loading, it will only load updated records.

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-08-08 14:49:25 -07:00
..
callbacks Extend the StreamlitChatMessageHistory docs with a fuller example and… (#8774) 2023-08-04 14:27:46 -07:00
chat Create ChatAnyscale (#8770) 2023-08-07 13:21:05 -07:00
document_loaders Airbyte based loaders (#8586) 2023-08-08 14:49:25 -07:00
document_transformers Bagatur/revert revert nuclia (#8833) 2023-08-06 11:24:36 -07:00
llms Fixes to the Nebula LLM Integration (#8918) 2023-08-08 10:04:43 -07:00
memory Extend the StreamlitChatMessageHistory docs with a fuller example and… (#8774) 2023-08-04 14:27:46 -07:00
providers tensoflow_datasets document loader (#8721) 2023-08-08 15:19:28 -04:00
retrievers PubMed document loader (#8893) 2023-08-08 14:26:03 -04:00
text_embedding Add BGE embeddings support (#8848) 2023-08-07 11:15:30 -07:00
toolkits MultiOn client toolkit update 2.0 (#8750) 2023-08-06 22:24:10 -07:00
tools Harrison/image (#845) 2023-08-08 13:58:27 -07:00
vectorstores Fix typo in Vectara docs (#8925) 2023-08-08 10:11:07 -07:00