Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] Fix random seed in multimodal EF test (#1353)
## Description of changes Because the multimodal embedding function test generates random images and documents, it's possible for it to randomly get into a degenerate state with respect to the index. To avoid this, we fix the seed. ## Test plan This is the test. - [x] Tests pass locally with `pytest` for python, `yarn test` for js ## Documentation Changes None
- Loading branch information