Skip to content
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

feat(alloydb): Added generate batch embeddings sample #12721

Merged
Merged
Changes from 3 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
06cdd77
docs: Added generate batch embeddings sample
twishabansal Oct 23, 2024
1e24a67
Added outputs
twishabansal Oct 23, 2024
7166b56
Changes to be able to run the notebook in local
twishabansal Oct 23, 2024
f91d286
Improved structure and readability
twishabansal Oct 24, 2024
4cc34e4
Back to old commit
twishabansal Oct 25, 2024
f912ec3
Back to working code
twishabansal Oct 25, 2024
169e7d2
Resolved comments
twishabansal Oct 25, 2024
1a92d0b
Added indentation
twishabansal Oct 25, 2024
baa4f7f
Merge branch 'GoogleCloudPlatform:main' into generate_batch_embeddings
twishabansal Oct 28, 2024
d8cbb33
code cleanup
twishabansal Oct 28, 2024
951cb04
Limit the batch size for text embeddings
twishabansal Oct 29, 2024
6142e9c
fixed: any empty cols to embed, max instances per prediction
twishabansal Oct 30, 2024
888a800
Moved connector above
twishabansal Oct 30, 2024
edca943
lint
twishabansal Oct 30, 2024
37d06a2
cleanup
twishabansal Oct 30, 2024
90b38a4
Merge branch 'main' into generate_batch_embeddings
iennae Oct 30, 2024
f424b23
No errors on empty data to embed
twishabansal Nov 6, 2024
73a8d4b
Retry on all embed errors
twishabansal Nov 6, 2024
a56940e
Added function docstrings
twishabansal Nov 8, 2024
8f97fbe
Renamed notebook
twishabansal Nov 8, 2024
ebda403
Deleted parameter map
twishabansal Nov 8, 2024
93f6611
formatting
twishabansal Nov 8, 2024
482ba08
Improve clarity of embeddings workflow setup
twishabansal Nov 8, 2024
5d37b03
Minor fix
twishabansal Nov 8, 2024
752b26b
small fix
twishabansal Nov 8, 2024
4d9359d
Added tests for ipynb notebook
twishabansal Nov 8, 2024
729e12c
Added license header
twishabansal Nov 8, 2024
e776b8b
formatting fix
twishabansal Nov 14, 2024
0a2542e
log embeddings failure with batch
twishabansal Nov 14, 2024
3a3d065
logged data for which embedding is failing
twishabansal Nov 14, 2024
d1995ec
Moved files to work with automated tests
twishabansal Nov 14, 2024
7c9f122
fix imports
twishabansal Nov 14, 2024
0ee945e
Update alloydb/notebooks/embeddings_batch_processing_e2e_test.py
glasnt Nov 14, 2024
38da55e
fix lint errors
twishabansal Nov 18, 2024
168473b
fix import order
twishabansal Nov 18, 2024
e08caa6
Update alloydb/notebooks/embeddings_batch_processing_e2e_test.py
glasnt Nov 19, 2024
ebaa427
fix: ignore Python 3.8 (pandas deps issue)
glasnt Nov 20, 2024
aa253d6
update tested python versions
glasnt Nov 20, 2024
371825b
Rename e2e_file.py, update header commentary
glasnt Nov 20, 2024
19e2039
Update alloydb/notebooks/e2e_test.py
glasnt Nov 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading