Skip to main content
Open on GitHub

BibTeX

BibTeX is a file format and reference management system commonly used in conjunction with LaTeX typesetting. It serves as a way to organize and store bibliographic information for academic and research documents.

安装与设置

我们必须安装 bibtexparserpymupdf 包。

pip install bibtexparser pymupdf

文档加载器

查看一个 使用示例

from langchain_community.document_loaders import BibtexLoader
API 参考:BibtexLoader