mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-07 20:15:40 +00:00
Harrison/evernote nb (#1078)
Co-authored-by: Akshay <64036106+akshayvkt@users.noreply.github.com>
This commit is contained in:
parent
e46cd3b7db
commit
98186ef180
@ -5,9 +5,9 @@
|
|||||||
"id": "56ac1584",
|
"id": "56ac1584",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# EveryNote\n",
|
"# EverNote\n",
|
||||||
"\n",
|
"\n",
|
||||||
"How to load EveryNote file from disk."
|
"How to load EverNote file from disk."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -41,9 +41,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"from langchain.document_loaders import EveryNoteLoader\n",
|
"from langchain.document_loaders import EverNoteLoader\n",
|
||||||
"\n",
|
"\n",
|
||||||
"loader = EveryNoteLoader(\"example_data/testing.enex\")\n",
|
"loader = EverNoteLoader(\"example_data/testing.enex\")\n",
|
||||||
"loader.load()"
|
"loader.load()"
|
||||||
]
|
]
|
||||||
},
|
},
|
@ -27,7 +27,7 @@ There are a lot of different document loaders that LangChain supports. Below are
|
|||||||
|
|
||||||
`Roam <./examples/roam.html>`_: A walkthrough of how to load data from a Roam file export.
|
`Roam <./examples/roam.html>`_: A walkthrough of how to load data from a Roam file export.
|
||||||
|
|
||||||
`EveryNote <./examples/everynote.html>`_: A walkthrough of how to load data from a EveryNote (`.enex`) file.
|
`EverNote <./examples/evernote.html>`_: A walkthrough of how to load data from a EverNote (`.enex`) file.
|
||||||
|
|
||||||
`YouTube <./examples/youtube.html>`_: A walkthrough of how to load the transcript from a YouTube video.
|
`YouTube <./examples/youtube.html>`_: A walkthrough of how to load the transcript from a YouTube video.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user