qdrant-js icon indicating copy to clipboard operation
qdrant-js copied to clipboard

The socket connection was closed unexpectedly. For more information, pass `verbose: true` in the second argument to fetch()

Open happysalada opened this issue 9 months ago • 0 comments

when you give a url to qdrantclient, the port is getting appended to the end of the url, this is wrong. if you give QdrantClient({url: "https://qdrant.mydomain.com" }) the error received contains path: "https://qdrant.mydomain.com:6333/collections/my_collection" this is not a valid url and will generate the error. if the url parameter is passed, no port should be appended to it.

happysalada avatar Sep 19 '23 18:09 happysalada