Contents Menu Expand Light mode Dark mode Auto light/dark mode
DocArray 0.13.14 documentation
Light Logo Dark Logo
Star

Get Started

  • What is DocArray?
  • Comparing to Alternatives

User Guides

  • Document
    • Construct
    • Serialization
    • Access Attributes
    • Embedding
    • Nested Structure
    • Visualization
    • Fluent Interface
  • DocumentArray
    • Construct
    • Serialization
    • Access Documents
    • Access Attributes
    • Query by Conditions
    • Parallelization
    • Visualization
    • Process via External Flow or Executor
    • Embed via Neural Network
    • Match Nearest Neighbours
    • Evaluate Matches
  • Dataclass
    • Construct
    • Access Modality
    • Support New Modality
    • Process Modality
  • Examples
    • Text
    • Image
    • Video
    • Audio
    • 3D Mesh
    • Table

Integrations

  • Document Store
    • Weaviate
    • SQLite
    • Qdrant
    • Annlite
    • Elasticsearch
    • Add New Document Store
    • One Million Scale Benchmark
  • Jina
  • Jupyter Notebook/Colab
  • PyTorch/Deep Learning Frameworks
  • FastAPI/Pydantic
  • GraphQL

Developer References

  • docarray package
    • docarray.array package
      • docarray.array.mixins package
        • docarray.array.mixins.dataloader package
          • docarray.array.mixins.dataloader.helper module
        • docarray.array.mixins.io package
          • docarray.array.mixins.io.binary module
          • docarray.array.mixins.io.common module
          • docarray.array.mixins.io.csv module
          • docarray.array.mixins.io.dataframe module
          • docarray.array.mixins.io.from_gen module
          • docarray.array.mixins.io.json module
          • docarray.array.mixins.io.pbar module
          • docarray.array.mixins.io.pushpull module
        • docarray.array.mixins.content module
        • docarray.array.mixins.delitem module
        • docarray.array.mixins.embed module
        • docarray.array.mixins.empty module
        • docarray.array.mixins.evaluation module
        • docarray.array.mixins.find module
        • docarray.array.mixins.getattr module
        • docarray.array.mixins.getitem module
        • docarray.array.mixins.group module
        • docarray.array.mixins.match module
        • docarray.array.mixins.parallel module
        • docarray.array.mixins.plot module
        • docarray.array.mixins.post module
        • docarray.array.mixins.pydantic module
        • docarray.array.mixins.reduce module
        • docarray.array.mixins.sample module
        • docarray.array.mixins.setitem module
        • docarray.array.mixins.strawberry module
        • docarray.array.mixins.text module
        • docarray.array.mixins.traverse module
      • docarray.array.queryset package
        • docarray.array.queryset.lookup module
        • docarray.array.queryset.parser module
      • docarray.array.storage package
        • docarray.array.storage.annlite package
          • docarray.array.storage.annlite.backend module
          • docarray.array.storage.annlite.find module
          • docarray.array.storage.annlite.getsetdel module
          • docarray.array.storage.annlite.helper module
          • docarray.array.storage.annlite.seqlike module
        • docarray.array.storage.base package
          • docarray.array.storage.base.backend module
          • docarray.array.storage.base.getsetdel module
          • docarray.array.storage.base.helper module
          • docarray.array.storage.base.seqlike module
        • docarray.array.storage.elastic package
          • docarray.array.storage.elastic.backend module
          • docarray.array.storage.elastic.find module
          • docarray.array.storage.elastic.getsetdel module
          • docarray.array.storage.elastic.seqlike module
        • docarray.array.storage.memory package
          • docarray.array.storage.memory.backend module
          • docarray.array.storage.memory.find module
          • docarray.array.storage.memory.getsetdel module
          • docarray.array.storage.memory.seqlike module
        • docarray.array.storage.qdrant package
          • docarray.array.storage.qdrant.backend module
          • docarray.array.storage.qdrant.find module
          • docarray.array.storage.qdrant.getsetdel module
          • docarray.array.storage.qdrant.helper module
          • docarray.array.storage.qdrant.seqlike module
        • docarray.array.storage.sqlite package
          • docarray.array.storage.sqlite.backend module
          • docarray.array.storage.sqlite.getsetdel module
          • docarray.array.storage.sqlite.helper module
          • docarray.array.storage.sqlite.seqlike module
        • docarray.array.storage.weaviate package
          • docarray.array.storage.weaviate.backend module
          • docarray.array.storage.weaviate.find module
          • docarray.array.storage.weaviate.getsetdel module
          • docarray.array.storage.weaviate.seqlike module
        • docarray.array.storage.registry module
      • docarray.array.annlite module
      • docarray.array.base module
      • docarray.array.chunk module
      • docarray.array.document module
      • docarray.array.elastic module
      • docarray.array.match module
      • docarray.array.memory module
      • docarray.array.qdrant module
      • docarray.array.sqlite module
      • docarray.array.weaviate module
    • docarray.dataclasses package
      • docarray.dataclasses.getter module
      • docarray.dataclasses.setter module
      • docarray.dataclasses.types module
    • docarray.document package
      • docarray.document.mixins package
        • docarray.document.mixins.attribute module
        • docarray.document.mixins.audio module
        • docarray.document.mixins.blob module
        • docarray.document.mixins.content module
        • docarray.document.mixins.convert module
        • docarray.document.mixins.dump module
        • docarray.document.mixins.featurehash module
        • docarray.document.mixins.helper module
        • docarray.document.mixins.image module
        • docarray.document.mixins.mesh module
        • docarray.document.mixins.multimodal module
        • docarray.document.mixins.plot module
        • docarray.document.mixins.porting module
        • docarray.document.mixins.property module
        • docarray.document.mixins.protobuf module
        • docarray.document.mixins.pydantic module
        • docarray.document.mixins.rich_embedding module
        • docarray.document.mixins.strawberry module
        • docarray.document.mixins.sugar module
        • docarray.document.mixins.text module
        • docarray.document.mixins.video module
      • docarray.document.data module
      • docarray.document.generators module
      • docarray.document.pydantic_model module
      • docarray.document.strawberry_type module
    • docarray.math package
      • docarray.math.distance package
        • docarray.math.distance.numpy module
        • docarray.math.distance.paddle module
        • docarray.math.distance.tensorflow module
        • docarray.math.distance.torch module
      • docarray.math.evaluation module
      • docarray.math.helper module
      • docarray.math.ndarray module
    • docarray.proto package
      • docarray.proto.io package
        • docarray.proto.io.ndarray module
      • docarray.proto.docarray_pb2 module
    • docarray.score package
      • docarray.score.mixins package
        • docarray.score.mixins.property module
        • docarray.score.mixins.representer module
      • docarray.score.data module
    • docarray.typing package
    • docarray.base module
    • docarray.helper module
  • Protocol Documentation
  • Changelog

Ecosystem

  • Jina
  • Jina Hub
  • Finetuner
  • DocArray
  • CLIP-as-service
  • JCloud
  • NOW
Back to top

docarray.array.storage.qdrant package#

Submodules#

  • docarray.array.storage.qdrant.backend module
  • docarray.array.storage.qdrant.find module
  • docarray.array.storage.qdrant.getsetdel module
  • docarray.array.storage.qdrant.helper module
  • docarray.array.storage.qdrant.seqlike module

Module contents#

Next
docarray.array.storage.qdrant.backend module
Previous
docarray.array.storage.memory.seqlike module
Copyright © Jina AI Limited. All rights reserved.
Last updated on May 19, 2022
Contents
  • docarray.array.storage.qdrant package
    • Submodules
    • Module contents