Skip to content

Commit ec13ba2

Browse files
authored
docs: update list of supported localdocs formats (#1944)
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent 2020c23 commit ec13ba2

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

gpt4all-bindings/python/docs/gpt4all_chat.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,7 @@ The general technique this plugin uses is called [Retrieval Augmented Generation
6161
These document chunks help your LLM respond to queries with knowledge about the contents of your data.
6262
The number of chunks and the size of each chunk can be configured in the LocalDocs plugin settings tab.
6363

64-
LocalDocs supports the following file types:
65-
```json
66-
["txt", "doc", "docx", "pdf", "rtf", "odt", "html", "htm", "xls", "xlsx", "csv", "ods", "ppt", "pptx", "odp", "xml", "json", "log", "md", "org", "tex", "asc", "wks",
67-
"wpd", "wps", "wri", "xhtml", "xht", "xslt", "yaml", "yml", "dtd", "sgml", "tsv", "strings", "resx",
68-
"plist", "properties", "ini", "config", "bat", "sh", "ps1", "cmd", "awk", "sed", "vbs", "ics", "mht",
69-
"mhtml", "epub", "djvu", "azw", "azw3", "mobi", "fb2", "prc", "lit", "lrf", "tcr", "pdb", "oxps",
70-
"xps", "pages", "numbers", "key", "keynote", "abw", "zabw", "123", "wk1", "wk3", "wk4", "wk5", "wq1",
71-
"wq2", "xlw", "xlr", "dif", "slk", "sylk", "wb1", "wb2", "wb3", "qpw", "wdb", "wks", "wku", "wr1",
72-
"wrk", "xlk", "xlt", "xltm", "xltx", "xlsm", "xla", "xlam", "xll", "xld", "xlv", "xlw", "xlc", "xlm",
73-
"xlt", "xln"]
74-
```
64+
LocalDocs currently supports plain text files (`.txt`, `.md`, and `.rst`) and PDF files (`.pdf`).
7565

7666
#### Troubleshooting and FAQ
7767
*My LocalDocs plugin isn't using my documents*

0 commit comments

Comments
 (0)