The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
‎Sep 09, 2024 08:59 AM
I want to integrate langchain in airtable using Javascript. How can i pass values to langchain Prompt/template and log back reponse back to Airtable?
‎Sep 10, 2024 05:36 AM
One suggestion would be to use a small node app with the langchain js & expressjs libraries installed, pass your content using scripts in Airtable then log the response.
‎Sep 10, 2024 07:29 AM
Thank you for the reply. Can you please elaborate the solution you have given above.
‎Sep 10, 2024 01:36 PM
I think he means a 'worker agent' run on a cloud server like Cloudflare Agents (I think they're called). Here, it;s possible to install - as opposed to Airtable scripts - external libraries. This way you can:
Airtable data > Airtable Script > Worker Agent > Langchain > Worker Agent > Airtable Script > Airtable Data