Files
langchain/tests/unit_tests
Eugene Yurtsev 5cfa72a130 Bibtex integration for document loader and retriever (#5137)
# Bibtex integration

Wrap bibtexparser to retrieve a list of docs from a bibtex file.
* Get the metadata from the bibtex entries
* `page_content` get from the local pdf referenced in the `file` field
of the bibtex entry using `pymupdf`
* If no valid pdf file, `page_content` set to the `abstract` field of
the bibtex entry
* Support Zotero flavour using regex to get the file path
* Added usage example in
`docs/modules/indexes/document_loaders/examples/bibtex.ipynb`
---------

Co-authored-by: Sébastien M. Popoff <sebastien.popoff@espci.fr>
Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
2023-05-25 00:21:31 -07:00
..
2023-04-30 11:14:09 -07:00
2023-05-11 15:34:06 -07:00
2023-05-17 20:01:01 -07:00
2023-05-20 08:21:52 -07:00
2023-05-24 10:02:09 -07:00
2023-05-19 15:27:50 -07:00
2023-04-24 19:54:15 -07:00
2023-05-22 16:43:07 -07:00