George
George
I probably observe a memory leak using kafka-python (2.0.1) package with PyPy (Python 3.6.9 (1608da62bfc7, Dec 23 2019, 10:50:04) [PyPy 7.3.0 with GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] on linux.)...
Add badges into the tutorials: - [ ] colab notebook - [ ] download notebook - [ ] view on github Similar to [torch tutorials](https://pytorch.org/tutorials/beginner/transformer_tutorial.html) 
Hello 1) Passing `embedding_function` as a callable seems to be outdated and the common interface is to pass `Embeddings` instance 2) At the moment `Qdrant.add_texts` is designed to be used...
`poetry` can't install `quaterion` with `torch==1.13.0` on macos x, downgrading `torch` to `1.12.1` fixes the issue. Fails to install the following modules: • nvidia-cublas-cu11 (11.10.3.66) • nvidia-cuda-nvrtc-cu11 (11.7.99) • nvidia-cuda-runtime-cu11...
In order to make async requests one should use AsyncQdrantClient
we now have two properties for http - rest and http, we need to deprecate one of them to avoid ambiguity and redundancy