qdrant/quaterion

warning during test

generall opened this issue · 0 comments

There is a pytorch lightning warning reproducable via tests:

tests/cache/test_cache_dataloader.py::test_cache_dataloader
  /home/generall/projects/vector_search/quaterion/venv/lib/python3.9/site-packages/pytorch_lightning/loops/epoch/prediction_epoch_loop.py:175: UserWarning: Lightning couldn't infer the indices fetched for your dataloader.
    warning_cache.warn("Lightning couldn't infer the indices fetched for your dataloader.")