Harrison/evernote nb (#1078)

Co-authored-by: Akshay <64036106+akshayvkt@users.noreply.github.com>
searx-api
Harrison Chase 1 year ago committed by GitHub
parent e46cd3b7db
commit 98186ef180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,9 +5,9 @@
"id": "56ac1584",
"metadata": {},
"source": [
"# EveryNote\n",
"# EverNote\n",
"\n",
"How to load EveryNote file from disk."
"How to load EverNote file from disk."
]
},
{
@ -41,9 +41,9 @@
}
],
"source": [
"from langchain.document_loaders import EveryNoteLoader\n",
"from langchain.document_loaders import EverNoteLoader\n",
"\n",
"loader = EveryNoteLoader(\"example_data/testing.enex\")\n",
"loader = EverNoteLoader(\"example_data/testing.enex\")\n",
"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.
`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.

Loading…
Cancel
Save