mirror of
https://github.com/run-llama/llama-hub.git
synced 2026-07-01 20:44:00 -04:00
fef907779e
* Adding PreprocessReader files. * Update library.json to add PreprocessReader into the list of available readers. * Fix, set the filepath on initialise in case it's been passed to avoid raising an error. * Add an end-to-end test in tests folder. * Update PreprocessReader add a new method to get directly the nodes from the chunks. * Add new test case to check the result from get_node method. * Separate the imports for make format and lint. * Handled format from make. * Add flag to return whole chunks in one Document object or return each chunk as a Document. * Update README.md * Add Preprocess SDK to poetry to be installed. * Remove Preprocess SDK from main project's list of deps. * move import under __init__ --------- Co-authored-by: Andrei Fajardo <92402603+nerdai@users.noreply.github.com>