Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 7534b85

Browse files
committed
update notebook documentation
1 parent b4aed6e commit 7534b85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/1-Quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"source": [
127127
"## Upload Files\n",
128128
"\n",
129-
"For a demonstration of how to index data in graphrag, we first need to ingest a few files into graphrag."
129+
"For a demonstration of how to index data in graphrag, we first need to ingest a few files into graphrag. **Multiple filetypes are now supported via the [MarkItDown](https://github.com/microsoft/markitdown) library.**"
130130
]
131131
},
132132
{

notebooks/2-Advanced_Getting_Started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
"source": [
480480
"## Upload files\n",
481481
"\n",
482-
"Use the API to upload a collection of local files. The API will create a new storage blob container to host these files in. For a set of large files, consider reducing the batch upload size in order to not overwhelm the API endpoint and prevent out-of-memory problems."
482+
"Use the API to upload a collection of files. **Multiple filetypes are now supported via the [MarkItDown](https://github.com/microsoft/markitdown) library.** The API will create a new storage blob container to host these files in. For a set of large files, consider reducing the batch upload size in order to not overwhelm the API endpoint and prevent out-of-memory problems."
483483
]
484484
},
485485
{

0 commit comments

Comments
 (0)