Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
OurBuilding Ambient Agents with LangGraph course is now available on LangChain Academy!
Open In ColabOpen on GitHub

Concurrent Loader

Works just like the GenericLoader but concurrently for those who choose to optimize their workflow.

from langchain_community.document_loadersimport ConcurrentLoader
API Reference:ConcurrentLoader
loader= ConcurrentLoader.from_filesystem("example_data/", glob="**/*.txt")
files= loader.load()
len(files)
2

Related


[8]ページ先頭

©2009-2025 Movatter.jp