Skip to main content

An integration package connecting Qdrant and LangChain

Project description

langchain-qdrant

This package contains the LangChain integration with Qdrant.

Installation

pip install -U langchain-qdrant

Usage

The Qdrant class exposes the connection to the Qdrant vector store.

from langchain_qdrant import Qdrant

embeddings = ... # use a LangChain Embeddings class

vectorstore = Qdrant.from_existing_collection(
    embeddings=embeddings,
    collection_name="<COLLECTION_NAME>",
    url="http://localhost:6333",
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langchain_qdrant-0.0.1.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

langchain_qdrant-0.0.1-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file langchain_qdrant-0.0.1.tar.gz.

File metadata

  • Download URL: langchain_qdrant-0.0.1.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for langchain_qdrant-0.0.1.tar.gz
Algorithm Hash digest
SHA256 e59a59ac891be6cbded45fcbbb1267674b668c71f0e1d813a2ee84cd6dbd6370
MD5 7072502afe02a6c909ba10b4335756a9
BLAKE2b-256 ff3a8ab612e8d6d3ab01d785d7a24384754f6601e694877fc7cfe5e6c852cda2

See more details on using hashes here.

File details

Details for the file langchain_qdrant-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_qdrant-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9d760a7a2cfad60b716b60f939d60d25c82fdcc83efa0376488ac8ca2726d48e
MD5 d66abec35b4e39b5a54b74fc340947ef
BLAKE2b-256 a3363a5b79eb630a8260408e12506714c46505b8ed1bfc41fa2044d1ea308061

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page