sunshineinsandiego
sunshineinsandiego
I tried installing from source: ``` $ python3 setup.py install running install error: can't create or remove files in install directory The following error occurred while trying to add or...
Same errors as when trying to install via pip: ``` $ python3 setup.py install --user running install running bdist_egg running egg_info writing ripser.egg-info/PKG-INFO writing dependency_links to ripser.egg-info/dependency_links.txt writing requirements to...
I am not trying to cross-compile, just trying to install with python3 on a ~2015 Macbook Air. It's possible there is something wonky going on given I just upgraded to...
Thanks @dosu. Once I have the pictures and descriptions in the docling document, how do I chunk the pictures with the description context and the context from the surrounding text?...
Thanks @dosu (1) So to confirm, each chunk can include text, a table, as well as a reference to a picture. (2) How do I include additional metadata with each...
Thanks @dosu. A few more questions. (1) My enriched docling document should include the images, correct? (2) How do I view the parsed docling document and view the pictures and...
Thanks @dosu. How can I inspect the docling JSON to see where in the text of the json output the pictures are referenced along with their captions and annotations and...
Thanks @dosu. (1) Can you provide a code snippet so that I can use DoclingReader and DoclingNodeParser to create text and image nodes from a docling-created json file? DoclingNodeParser only...
Thanks @dosu. How do I include all the metadata in the image node, not just cref and provenance? I want to include everything.
Thanks @dosu. This creates a list of dicts but not llamaindex ImageNodes. How do we modify your code to actually create an ImageNode from each pic in doc.pictures?