This is an automated email from the ASF dual-hosted git repository.
kaxil pushed a change to branch aip99-llamaindex
in repository https://gitbox.apache.org/repos/asf/airflow.git
from a6e176f2c59 Refactor LlamaIndex hook + operators: no Settings
mutation, BYO models, cloud URIs
add 82fa97ba0dd Rename LlamaIndex operators with framework prefix; fold in
#67189 RAG examples
No new revisions were added by this update.
Summary of changes:
providers/common/ai/docs/hooks/index.rst | 3 +-
providers/common/ai/docs/hooks/llamaindex.rst | 4 +-
.../common/ai/docs/operators/document_loader.rst | 6 +-
providers/common/ai/docs/operators/index.rst | 4 +-
.../ai/docs/operators/llamaindex_embedding.rst | 2 +-
.../ai/docs/operators/llamaindex_retrieval.rst | 10 +-
.../ai/example_dags/example_llamaindex_hook.py | 12 +-
.../ai/example_dags/example_llamaindex_rag.py | 236 +++++++++++++++++++++
.../providers/common/ai/hooks/llamaindex.py | 2 +-
.../common/ai/operators/llamaindex_embedding.py | 2 +-
.../common/ai/operators/llamaindex_retrieval.py | 8 +-
.../ai/operators/test_llamaindex_embedding.py | 16 +-
.../ai/operators/test_llamaindex_retrieval.py | 18 +-
13 files changed, 280 insertions(+), 43 deletions(-)
create mode 100644
providers/common/ai/src/airflow/providers/common/ai/example_dags/example_llamaindex_rag.py