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

Remove default port to improve security and flexibility for self-hosted instances

Open Ray0907 opened this issue 6 months ago • 0 comments

Key changes:

  • Removed default port assignment in host configuration
  • Modified connection logic to only use a port if explicitly provided
  • Updated relevant functions to handle connections without a specified port
  • Added warning logs when attempting to connect without a port, if appropriate
  • Included unit tests to verify behavior with and without port specification

Ray0907 avatar Sep 02 '24 09:09 Ray0907