BibTeX
BibTeX is a file format and reference management system commonly used in conjunction with
LaTeXtypesetting. It serves as a way to organize and store bibliographic information for academic and research documents.
安装与设置
我们必须安装 bibtexparser 和 pymupdf 包。
pip install bibtexparser pymupdf
文档加载器
查看一个 使用示例。
from langchain_community.document_loaders import BibtexLoader
API 参考:BibtexLoader