Movatterモバイル変換


[0]ホーム

URL:


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

acreom

acreom is a dev-first knowledge base with tasks running on local markdown files.

Below is an example on how to load a local acreom vault into Langchain. As the local vault in acreom is a folder of plain text .md files, the loader requires the path to the directory.

Vault files may contain some metadata which is stored as a YAML header. These values will be added to the document’s metadata ifcollect_metadata is set to true.

from langchain_community.document_loadersimport AcreomLoader
API Reference:AcreomLoader
loader= AcreomLoader("<path-to-acreom-vault>", collect_metadata=False)
docs= loader.load()

Related


[8]ページ先頭

©2009-2025 Movatter.jp