max_input_size
is no longer a valid keyword for PromptHelper and the current version of the TextNode no longer supports get_doc_id
. It looks like the code I'm migrating is pretty old though so it probably isn't worth any special attention.get_doc_id
is deprecated in the latest version. You can use Document.doc_id
now if it required