Class QdrantSpace

All Implemented Interfaces:
Space, NBNamedElement, AutoCloseable

public class QdrantSpace extends BaseSpace<QdrantSpace>
The QdrantSpace class is a context object which stores all stateful contextual information needed to interact with the Qdrant database instance.
See Also:
  • Field Details

    • client

      protected io.qdrant.client.QdrantClient client
  • Constructor Details

    • QdrantSpace

      public QdrantSpace(QdrantDriverAdapter adapter, long idx, NBConfiguration cfg)
      Create a new QdrantSpace Object which stores all stateful contextual information needed to interact with the Qdrant database instance.
      Parameters:
      cfg - The configuration (NBConfiguration) for this nb run
  • Method Details

    • getClient

      public io.qdrant.client.QdrantClient getClient()
    • getConfigModel

      public static NBConfigModel getConfigModel()
    • close

      public void close() throws Exception
      Throws:
      Exception