-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[1/3] sdks/python: refactor Milvus-related utilities as preparation step for Milvus Sink I/O integration #35708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 25 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
5df9628
sdks/python: replace the deprecated testcontainer max tries
mohamedawnallah 91266a7
sdks/python: handle transient testcontainer startup/teardown errors
mohamedawnallah fa6d2f0
sdks/python: bump `testcontainers` py pkg version
mohamedawnallah 9445aaa
sdks/python: integrate milvus sink I/O
mohamedawnallah f3a0b88
sdks/python: fix linting issues
mohamedawnallah 4cbe014
sdks/python: add missing apache beam liscense header for `test_utils.py`
mohamedawnallah 461c8fe
notebooks/beam-ml: use new refactored code in milvus enrichment handler
mohamedawnallah 9d41879
CHANGES.md: update release notes
mohamedawnallah c64e9c9
sdks/python: mark milvus itests with `require_docker_in_docker` marker
mohamedawnallah 825bf30
sdks/python: override milvus db version with the default
mohamedawnallah e6569ba
sdsk/python: add missing import in rag utils
mohamedawnallah 281ea3f
sdks/python: fix linting issue
mohamedawnallah 5a350b5
rag/ingestion/milvus_search_itest.py: ensure flushing in-memory data …
mohamedawnallah ee64600
sdks/python: fix linting issues
mohamedawnallah dab040a
sdks/python: fix formatting issues
mohamedawnallah deef266
sdks/python: fix arising linting issue
mohamedawnallah b4e31e8
rag: reuse `retry_with_backoff` for one-time setup operations
mohamedawnallah 795ed60
sdks/python: fix linting issues
mohamedawnallah 9d35585
sdks/python: fix py docs CI issue
mohamedawnallah 119108f
sdks/python: fix linting issues
mohamedawnallah cfc44f6
sdks/python: fix linting issues
mohamedawnallah 599c7f4
sdks/python: isolate milvus sink integration to be in follow-up PR
mohamedawnallah 2ba2b33
CHANGES.md: remove milvus from release notes in the refactoring PR
mohamedawnallah 894ab28
sdks/python: remove `with_sparse_embedding_spec` column specs builder
mohamedawnallah 21ce084
sdks/python: fix linting issues
mohamedawnallah ffa5d2b
Revert "notebooks/beam-ml: use new refactored code in milvus enrichme…
mohamedawnallah 732ae31
Merge remote-tracking branch 'upstream/master' into sinkWithMilvusIO
mohamedawnallah 0c00044
sdks/python: fix linting issues
mohamedawnallah c9f4b6c
sdks/python: fix linting issues
mohamedawnallah 17ba353
sdks/python: fix linting issues
mohamedawnallah 90c43ea
Merge remote-tracking branch 'upstream/master' into sinkWithMilvusIO
mohamedawnallah 560f926
sdks/python: fix linting issues
mohamedawnallah f72c2e1
CI: fix import errors in CI
mohamedawnallah 0ef2c7d
sdks/python: fix linting issues
mohamedawnallah 690fd72
sdks/python: fix linting issues
mohamedawnallah f01a7e5
sdks/python: fix linting issues
mohamedawnallah 3145561
sdks/python: fix linting issues
mohamedawnallah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
338 changes: 243 additions & 95 deletions
338
examples/notebooks/beam-ml/milvus_enrichment_transform.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.