Skip to main content
Ctrl+K
🦜🔗 LangChain  documentation - Home
  • Reference
  • Legacy reference
Ctrl+K
Docs
  • GitHub
  • X / Twitter
Ctrl+K
  • Reference
  • Legacy reference
Docs
  • GitHub
  • X / Twitter

Section Navigation

Base packages

  • Core
  • Langchain
  • Text Splitters
  • Community
  • Experimental

Integrations

  • AI21
  • Airbyte
  • Anthropic
  • AstraDB
  • AWS
  • Azure Dynamic Sessions
  • Chroma
  • Cohere
  • Couchbase
  • Elasticsearch
  • Exa
  • Fireworks
  • Google Community
  • Google GenAI
  • Google VertexAI
  • Groq
  • Huggingface
  • Milvus
  • MistralAI
  • MongoDB
  • Nomic
  • Nvidia Ai Endpoints
  • Ollama
  • OpenAI
  • Pinecone
  • Postgres
  • Prompty
  • Qdrant
    • fastembed_sparse
    • qdrant
    • sparse_embeddings
    • vectorstores
      • QdrantException
      • sync_call_fallback
      • Qdrant
  • Robocorp
  • Together
  • Unstructured
  • VoyageAI
  • Weaviate
  • LangChain Python API Reference
  • langchain-qdrant: 0.1.3

vectorstores#

Classes

vectorstores.QdrantException

Qdrant related exceptions.

Functions

vectorstores.sync_call_fallback(method)

Decorator to call the synchronous method of the class if the async method is not implemented.

Deprecated classes

vectorstores.Qdrant(client, collection_name)

Deprecated since version 0.1.2: Use QdrantVectorStore instead.

© Copyright 2023, LangChain Inc.