IngestionPipeline
to be executed locally but it has a dependency on llama_index_client
which comes from a poetry module mapping:poetry_requirements( name="poetry", module_mapping={"llamaindex-py-client": ["llama_index_client"]}, )
llamaindex-py-client
with pip
, there is no way to get this mapping.IngestionPipeline
standalone ?