The QdrantSink class provides functionality for storing and querying vector data within the Qdrant vector search engine, which is known for its performance in handling large-scale vector datasets.

Properties

Required properties:

  • url: The connection URL to the Qdrant service.
  • api_key: The API key for authenticating with the Qdrant API.
  • collection_name: The name of the collection within Qdrant where the data will be stored. You can define the collection name to any string you want.

Optional properties: