mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 18:33:40 +00:00
docs: airbyte deps note (#18243)
This commit is contained in:
parent
7bbff98dc7
commit
bce0684327
@ -37,6 +37,11 @@
|
||||
"id": "3dd92c62",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Note: Currently, the `airbyte` library does not support Pydantic v2.\n",
|
||||
"Please downgrade to Pydantic v1 to use this package.\n",
|
||||
"\n",
|
||||
"Note: This package also currently requires Python 3.10+.\n",
|
||||
"\n",
|
||||
"## Loading Documents\n",
|
||||
"\n",
|
||||
"By default, the `AirbyteLoader` will load any structured data from a stream and output yaml-formatted documents."
|
||||
|
@ -13,6 +13,15 @@ This loader is built on top of [PyAirbyte](https://pypi.org/project/airbyte/) fo
|
||||
pip install -U langchain-airbyte
|
||||
```
|
||||
|
||||
:::note
|
||||
|
||||
Currently, the `airbyte` library does not support Pydantic v2.
|
||||
Please downgrade to Pydantic v1 to use this package.
|
||||
|
||||
This package also currently requires Python 3.10+.
|
||||
|
||||
:::
|
||||
|
||||
The integration package doesn't have any global environment variables that need to be
|
||||
set, but some integrations (e.g. `source-github`) may need credentials passed in.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user