Skip to content

Commit 90c903a

Browse files
author
Sidhant Thole
committed
small typo fix in document_paths
1 parent 3b27971 commit 90c903a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ or QA/sumamrise local documents
217217
"num_results": 3,
218218
"local_mode": true,
219219
"split": true,
220-
"document_paths": ["documents/1706.03762v7.pdf"] // Must be a list of lists.
220+
"document_paths": ["documents/1706.03762v7.pdf"] // Must be a list.
221221
}
222222
```
223223

README_MCP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ or QA/sumamrise local documents
131131
"num_results": 3,
132132
"local_mode": true,
133133
"split": true,
134-
"document_paths": ["documents/1706.03762v7.pdf"] // Must be a list of lists.
134+
"document_paths": ["documents/1706.03762v7.pdf"] // Must be list.
135135
}
136136
```
137137

0 commit comments

Comments
 (0)