Typesense is probably not picking the GPU librarie...
# community-help
k
Typesense is probably not picking the GPU libraries. Double check that these environment variables are set when the typesense process is started
Copy code
export PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/cuda/lib64
export CUDA_HOME=/usr/local/cuda