Replies: 1 comment
-
Hello @mendonk did you check this article? https://airbyte.com/tutorials/chat-with-your-data-using-openai-pinecone-airbyte-and-langchain maybe can give you some hints. Not sure if all connectors are going to work out-of-box to send data to Langchain (I need do some testing though :D) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This might be a pretty dumb question but I can't figure it out, sorry.
I have a little test running (in cloud.airbyte.com)-
The test works, and I find Airbyte pretty nice to use.
My problem is once I want to use LangChain (for example) with the data in the destination - there's no
page_content
ormetadata
in the destination, just the schema from Gnews, so Langchain/AstraDB don't know what to do. How can I add the Airbyte data to Documents for langchain to use?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions