jmartty
Results
2
issues of
jmartty
Would it be possible to do disk cleanup of the downloaded tiles after X amount of time passed since filemtime ?
enhancement
good first issue
### Bug Description In MetadataAwareTextSplitter, the method: ``` def _get_metadata_str(self, node: BaseNode) -> str: """Helper function to get the proper metadata str for splitting.""" embed_metadata_str = node.get_metadata_str(mode=MetadataMode.EMBED) llm_metadata_str = node.get_metadata_str(mode=MetadataMode.LLM)...
bug
triage