library · inferred from evidence
llama-index-core
A library used alongside ariz-phoenix in the integration.
- LlamaParse `output_tables_as_HTML` has no effect on `items[].md`
I set `output_tables_as_HTML=True` on LlamaParse and compare two parses of the same PDF containing one table. The page-level `md` output still shows markdown tables, and `result.pages[0].items[0].md` for the table item is markdown too. Why
- Phoenix protobuf error on import: Descriptors cannot be created directly
Running the one-click Arize Phoenix integration with LlamaIndex (arize-phoenix 3.17.1, llama-index-core 0.10.22) fails on `import phoenix as px` with `TypeError: Descriptors cannot be created directly` from protobuf. Downgrading protobuf al