You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules
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>
1 year ago
..
agents Remove API key from docs (#5223) 1 year ago
callbacks add more color to callbacks docs (#3856) 1 year ago
chains Harrison/neo4j (#5078) 1 year ago
indexes Bibtex integration for document loader and retriever (#5137) 1 year ago
memory Zep memory (#4898) 1 year ago
models Harrison/vertex (#5049) 1 year ago
prompts Clarification of the reference to the "get_text_legth" function in ge… (#5154) 1 year ago
utils/examples Pass parsed inputs through to tool _run (#4309) 1 year ago
agents.rst DOC: Misspelling in agents.rst documentation (#5038) 1 year ago
chains.rst big docs refactor (#1978) 1 year ago
indexes.rst Correct typo in documentation for word 'therefore' (#2529) 1 year ago
memory.rst big docs refactor (#1978) 1 year ago
models.rst Harrison/standard llm interface (#4615) 1 year ago
paul_graham_essay.txt Fix notebook example (#3142) 1 year ago
prompts.rst Harrison/prompt constructor methods (#4616) 1 year ago
state_of_the_union.txt Docs refactor (#480) 2 years ago