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 ?llamaindex-py-client
is included as a direct dependency of llama-index-core
, which the ingestion pipeline comes frompip show llamaindex-py-client
show anything? pip install llamaindex-py-client
should install it if notRedisVectorStore
, it seems that redisearch is a dep, but again is not installed with redis (5.0.1), will investigate and add this as dep if really needed for the integration