kllis
kllis
@qayyumabro If you can't find the directory where your index/collection is stored in order to remove it, you can use a workaround that works for me. ```python from chromadb.errors import...
I think we faced a similar issue. #7075
Hi @AshwinAmbal My hardware specs: ``` +-----------------------------------------------------------------------------+ | NVIDIA-SMI 525.147.05 Driver Version: 525.147.05 CUDA Version: 12.0 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | |...
Any updates? I go with ray serve but faced my model infers 0.5s but a `__call__` func takes 1s so it is x2. I saw @edoakes mentioned that they are...
Hey, I've faced the similar issue. I want to update source using local files (.docx in my case). I know it works well with urls and files in the blob...
> I can pass this on as a feature request to the responsible team. @kristapratico I would be very grateful, because this feature was implemented in the outdated QnA Maker...
> A potentially even better alternative would to serialize via [DLPack](https://github.com/dmlc/dlpack). > > ```python > #%% > import numpy as np > from numpy.testing import assert_array_equal > > arr =...
> I fixed it for myself. First, look at your GPU drivers and their CUDA compatibility. You must have a full CUDA driver installed. I installed myself version 11.3. https://developer.nvidia.com/cuda-11.3.0-download-archive?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_local...