james-potter

Results 3 comments of james-potter

I believe the problem is with qdrant/js-client-rest. After doing some testing with the following code ``` const { QdrantClient } = require("@qdrant/js-client-rest"); const dotenv = require("dotenv"); dotenv.config(); async function testQdrant()...

Thanks for that, although it still doesn't work what I have managed to get to work is using just plain http via the proxy without any upgrading to https at...

Thanks @nikolas-sturm, yes setting the port as per your example works.