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.2.0.tar.gz (21.4 kB view details)

Uploaded Source

Built Distribution

langchain_qdrant-0.2.0-py3-none-any.whl (23.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: langchain_qdrant-0.2.0.tar.gz
  • Upload date:
  • Size: 21.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for langchain_qdrant-0.2.0.tar.gz
Algorithm Hash digest
SHA256 41b8573cbb1b4706f76dc769251d8e6b3e4107ecd5fa97c58141977ec19fba75
MD5 274cfcd62a283ce27298b42018f0879e
BLAKE2b-256 f28cf006636b4cc2d95ba072a57df3f2f99d8cf7cb47a79cc447a7e3e391f7ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for langchain_qdrant-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8eab5b8a553204ddb809d8183a6f1bc12fc265688592d9d897388f6939c79bf8
MD5 5979c58bafddb0584ad2bd4ffbfe6f0d
BLAKE2b-256 680122dad84373ba282237a3351547443c9c94c39fe75f71a1759f97cfa89725

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