An-nay-marks

Results 5 comments of An-nay-marks

Hi, sorry for the delay, here is some sample code: import open3d as o3d import open3d.visualization.gui as gui import open3d.visualization.rendering as rendering import os import numpy as np class ExampleGui():...

Hi @pserrer1 @himself65 , this is still an issue for llamaindex version 0.12.22: I use the `Document` class with `excluded_embed_metadata_keys` and forward it into an ingestion pipeline with SentenceSplitter: `transformations...

Additional Info: I think this could be a general issue for `MetadataAwareTextSplitter`, as TokenTextSplitter has the same issue.

PR = Pull Request? I am unfortunately not familiar with LlamaIndex coding standards and the architecture design, so I'm not sure I would be the best person to implement the...

Yeah you are totally right @marcusschiesser , thanks for pointing it out. By the way - after running more minimal tests it does seem to work after all and the...