Getting Started with Langchain.JS and Unstructured.IO in 6 Minutes

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Just a quick FYI update, unstructured have updated implementation of UnstructuredLoader so you need to update

const loader = new UnstructuredLoader(filePath, { apiKey: process.env.UNSTRUCTURED_API_KEY, apiUrl: process.env.UNSTRUCTURED_URL });

UNSTRUCTURED_URL is also provided in email together with api key.

Eldlabs
Автор

IA is taking things to another level really, being able to use pages as a source of information, as well as pdf or sql data for llms is exciting.

Thanks for bringing this content to us

Marcelo-qclt
Автор

Outstanding! Also looks like we have to wait less than 24hs to have a valid api key. If I want to load a PDF? pdfLoader from langchain is good to go? Thanks!

nicolassuarez
Автор

this is great. but don't know i am stuck with 429 error for open ai

vivekgautamj
Автор

Why does every youtuber repeat "go ahead" 5.6 billion times in their videos? I mean, the content is great! But dayum.

Tripp
Автор

I tried to replicate this and it didn't work, I wanted to ask you if it is necessary to have Python and Visual Studio installed?

Great video!

lorenzograna
Автор

The video title is misleading. It takes much longer than 6 minutes to do this.

rahulkaid