This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from dd9552cce05 fixed the beam yaml create issue by creating the full dict 
(#35438)
     add 431cb560d7d Fix logic in lookup_blob to correctly return blob in 
bucket (#35475)
     add 755082a49ba Fix flakiness in fuzzy tests and support TimestampTypes in 
PeriodicImpulse.  (#35470)
     add 510d842170e [1/3] sdks/python: enrich data with Milvus Search [Vector, 
Keyword, Hybrid] (#35216)
     add 4dba4b333d8 Decrease load (#35482)
     add f4f0e9a0e1a Skip test if no python interpreter. (#35486)
     add dc2a9943e85 [yaml]: fix filter sql issue (#35490)

No new revisions were added by this update.

Summary of changes:
 .../go_GBK_Flink_Batch_10b.txt                     |    2 +-
 CHANGES.md                                         |    3 +
 .../apache_beam/coders/coders_test_common.py       |    9 +-
 sdks/python/apache_beam/io/gcp/gcsio_test.py       |    3 +-
 .../ml/rag/enrichment/bigquery_vector_search.py    |    4 +-
 .../apache_beam/ml/rag/enrichment/milvus_search.py |  599 +++++++++
 .../ml/rag/enrichment/milvus_search_it_test.py     | 1371 ++++++++++++++++++++
 .../ml/rag/enrichment/milvus_search_test.py        |  343 +++++
 sdks/python/apache_beam/ml/rag/types.py            |   14 +-
 .../apache_beam/transforms/periodicsequence.py     |   72 +-
 .../transforms/periodicsequence_test.py            |   74 +-
 sdks/python/apache_beam/yaml/tests/filter.yaml     |   23 +
 sdks/python/apache_beam/yaml/yaml_mapping.py       |    2 +-
 .../container/license_scripts/dep_urls_py.yaml     |    2 +
 .../container/py310/base_image_requirements.txt    |   31 +-
 .../container/py311/base_image_requirements.txt    |   33 +-
 .../container/py312/base_image_requirements.txt    |   31 +-
 .../container/py39/base_image_requirements.txt     |   31 +-
 sdks/python/container/run_generate_requirements.sh |    4 +-
 sdks/python/setup.py                               |    4 +-
 20 files changed, 2537 insertions(+), 118 deletions(-)
 create mode 100644 sdks/python/apache_beam/ml/rag/enrichment/milvus_search.py
 create mode 100644 
sdks/python/apache_beam/ml/rag/enrichment/milvus_search_it_test.py
 create mode 100644 
sdks/python/apache_beam/ml/rag/enrichment/milvus_search_test.py

Reply via email to