quaterion
quaterion copied to clipboard
Badges in the tutorials
Add badges into the tutorials:
- [ ] colab notebook
- [ ] download notebook
- [ ] view on github
Similar to torch tutorials
Our tutorials have some omitted code parts, and notebooks are not good for restoring a SimilarityModel
after saving at the moment until #38. So I doubt if this will be helpful.
Will try to save as ONNX, it should work even in jupyter
Notebooks and colab provide a way to launch code with minimal efforts and can help us make the first acquaintance with the framework easier. With notebooks it is possible to change some code in the tutorial instantly, not just staring at it on the tutorial page.
We can add hidden from tutorials pages code to notebooks (it is about tutorials which have complete examples, like nlp and cv).
If we can't fix saving right now, we have some ugly fallback which should work - use directives like %% writefile encoder.py
or just avoid saving in notebooks.
it is about tutorials which have complete examples, like nlp and cv
Yes it might be relevant for these two tutorials after some modifications.
Hello, Ankit here. I am really interested in contributing to Qdrant and this issue struck me as really interesting. Can I be assigned this issue ?