Pulling data directly from a source via API without setting up a destination or connection

Summary

User is asking if it’s possible to pull data directly from a source via API without setting up a destination or connection, mentioning Langchain’s Airbyte document loader.


Question

Hey guys, is it possible to pull data directly from a source via API without setting up a destination or a connection ?

I came across Langchain’s Airbyte document loader which seems to be doing that, i’m not quite sure.



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["pull-data", "source", "api", "destination", "connection", "langchain", "airbyte-document-loader"]

Try and you will know :wink:
I assume that this is a document you are referring to https://airbyte.com/blog/introducing-airbyte-sources-within-langchain

You may also check PyAirbyte
https://docs.airbyte.com/using-airbyte/pyairbyte/getting-started

well, that seems incredible. PyAirByte is what i was looking for, thanks! <@U05JENRCF7C>