Files
langchain-python/langchain
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-05-24 21:05:13 +00:00
2023-05-24 10:03:53 -07:00
2023-05-24 15:51:12 -07:00
2023-05-24 21:06:03 +00:00
2023-05-24 15:51:12 -07:00
2023-05-24 15:51:12 -07:00
2023-05-20 08:21:52 -07:00
2023-05-24 10:02:09 -07:00
2023-05-17 01:28:43 +00:00
2023-05-15 15:38:49 +00:00
2023-05-17 22:50:35 +00:00
2022-11-12 11:22:32 -08:00
2023-02-20 21:15:45 -08:00
2023-05-16 13:26:43 +00:00
2023-05-14 10:29:17 -07:00