Currently, Qdrant client only supports authentication via API key through the built-in TokenInterceptor. However, there are many scenarios where users need to add custom headers to requests like 'authorization' header for JWT
I've implemented a solution that makes the client generic over the interceptor type, allowing users to provide their own interceptors that can modify requests arbitrarily: #266
@timvisee