This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 8364da70a4e Handle empty batches in Python worker counters (#38748)
add 8b07c7a1925 feat(ml): add qdrant ingestion (#38142)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 3 +-
sdks/python/apache_beam/ml/rag/ingestion/qdrant.py | 328 ++++++++++++++
.../apache_beam/ml/rag/ingestion/qdrant_it_test.py | 326 ++++++++++++++
.../apache_beam/ml/rag/ingestion/qdrant_test.py | 480 +++++++++++++++++++++
sdks/python/setup.py | 12 +-
5 files changed, 1143 insertions(+), 6 deletions(-)
create mode 100644 sdks/python/apache_beam/ml/rag/ingestion/qdrant.py
create mode 100644 sdks/python/apache_beam/ml/rag/ingestion/qdrant_it_test.py
create mode 100644 sdks/python/apache_beam/ml/rag/ingestion/qdrant_test.py