Closed bindipankhudi closed 5 months ago
It is yours @rifaqat-ali
@rifaqat-ali are you still working on it?
@marcosmarxm Please assign it to me , I would like to work on this!
@ombhardwajj done
Please review airbytehq/quickstarts#119
@ombhardwajj added a comment to PR.
@bindipankhudi Please review the updated PR! airbytehq/quickstarts#119
Hi @ombhardwajj, Thank you for updating the PR. Reviewed and merged! š„³
Summary
The goal is to show how LangChain users can load data from Airbyte sources (such as Github) using
langchain_airbyte
package, store the data into a vector database, and perform a basic QnA on that data.Description
This tasks involves the following steps:
langchain-airbyte
package to load data from a specific Airbyte source. This package will load data into documents.Deliverables
Python notebook illustrating the end to end process above. Please add a "What / Why / How" blurb at the top of the notebook to explain what the code is doing.
Resources
LangChain-Airbyte
package usage: https://python.langchain.com/v0.2/docs/integrations/document_loaders/airbyte/