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

Refactor ParquetDenseVectorCollection.java to use incremental streaming #2655

Closed
wants to merge 3 commits into from

Conversation

b8zhong
Copy link
Contributor

@b8zhong b8zhong commented Dec 16, 2024

Related to #2654

Removed all preloaded lists (of vectors, ids, and contents) that were causing OOM.

Added incremental reading w/ ParquetReader<Group> object, and updated ReadNext() to access records from the reader

@b8zhong
Copy link
Contributor Author

b8zhong commented Dec 16, 2024

Works to index MS MARCO

@b8zhong
Copy link
Contributor Author

b8zhong commented Dec 17, 2024

Closing this as we're using #2658 instead

@b8zhong b8zhong closed this Dec 17, 2024
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.

1 participant