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

MB-62167: Fix windows crash #246

Merged
merged 2 commits into from
Jun 6, 2024
Merged

MB-62167: Fix windows crash #246

merged 2 commits into from
Jun 6, 2024

Conversation

CascadingRadium
Copy link
Member

@CascadingRadium CascadingRadium commented Jun 5, 2024

  • Faiss does not support OnDiskInvertedLists on windows, and hence while using go-faiss's IO flags, we must take into account the build platform.
  • This PR enforces the old faiss.IOFlagReadOnly flag for windows and maintains the existing io flags for unix based platforms.

@abhinavdangeti
Copy link
Member

@CascadingRadium would you update the description here for our records.

@CascadingRadium CascadingRadium marked this pull request as ready for review June 5, 2024 16:19
@abhinavdangeti abhinavdangeti merged commit 8d27d20 into master Jun 6, 2024
6 checks passed
@abhinavdangeti abhinavdangeti deleted the winCrash branch June 6, 2024 13:51
moshaad7 pushed a commit that referenced this pull request Sep 12, 2024
* MB-62167: Fix windows crash

* vectorIndexIOFlags -> faissIOFlags
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