| Name | Type | Description |
|---|---|---|
query* | str | The query string to search on Wikipedia. |
lang | str | Default: 'en'The language code for the Wikipedia language edition. Defaults to "en". |
load_max_docs | int | Default: 25The maximum number of documents to load. Defaults to 100. |
load_all_available_meta | bool | Default: False |
doc_content_chars_max | int | Default: 4000 |
Load from Wikipedia.
The hard limit on the length of the query is 300 for now.
Each wiki page represents one Document.
Indicates whether to load all available metadata for each document. Defaults to False.
The maximum number of characters for the document content. Defaults to 4000.