An integration package connecting Airbyte and GigaChain
Project description
langchain-airbyte
This package contains the LangChain integration with Airbyte
Installation
pip install -U langchain-airbyte
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.
Document Loaders
AirbyteLoader
class exposes a single document loader for Airbyte sources.
from langchain_airbyte import AirbyteLoader
loader = AirbyteLoader(
source="source-faker",
stream="users",
config={"count": 100},
)
docs = loader.load()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gigachain_airbyte-0.1.1.tar.gz
.
File metadata
- Download URL: gigachain_airbyte-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae76753e4caf5a3d06f35b561acc1de738bc56a7a53c7544e3e8e9f9b9afbeba |
|
MD5 | ca7e8f2da6fc8fa187017926f969b0a2 |
|
BLAKE2b-256 | eb9bb91eface7ccbd5262804ad6a4261ba29ff4c7d99bf9a80dd31e74b1873e5 |
File details
Details for the file gigachain_airbyte-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: gigachain_airbyte-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7361df9982cc054be11a41fc0cb89676e84fc1f23058b6a99ea71367a2f9923d |
|
MD5 | 3df0b01d378f4e2feb154cbf96561108 |
|
BLAKE2b-256 | 16b4c98d4e215aea626abbf0021d1839ec6af3b115902570bfd0f1c9656d533d |