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

Use write_sql to write the embeddings #9

Merged
merged 2 commits into from
Aug 18, 2023
Merged

Use write_sql to write the embeddings #9

merged 2 commits into from
Aug 18, 2023

Conversation

pcmoritz
Copy link
Contributor

Use ray-project/ray#38544 to write out the embeddings. This has some advantages: The user doesn't need to specify the parallelism, they don't need to trigger the computation with .count(), since a write is an action -- so this is less error prone. It is also less code.

We should wait merging the PR until Ray 2.7 is released with ray-project/ray#38544 merged.

@GokuMohandas GokuMohandas merged commit e7b9318 into main Aug 18, 2023
@c21
Copy link

c21 commented Aug 18, 2023

Hi @pcmoritz, so the write_sql API is working now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants